Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2413)

Issue 87420043: code review 87420043: encoding/json: document Encoder will terminate each JSO... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years ago by minux1
Modified:
10 years ago
Reviewers:
rsc
CC:
golang-codereviews, rsc
Visibility:
Public.

Description

encoding/json: document Encoder will terminate each JSON value with '\n' Fixes issue 7767.

Patch Set 1 #

Patch Set 2 : diff -r b3405f9c2e32 https://code.google.com/p/go #

Patch Set 3 : diff -r b3405f9c2e32 https://code.google.com/p/go #

Total comments: 2

Patch Set 4 : diff -r b3405f9c2e32 https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M src/pkg/encoding/json/stream.go View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 3
minux1
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
10 years ago (2014-04-13 17:53:05 UTC) #1
rsc
LGTM https://codereview.appspot.com/87420043/diff/40001/src/pkg/encoding/json/stream.go File src/pkg/encoding/json/stream.go (left): https://codereview.appspot.com/87420043/diff/40001/src/pkg/encoding/json/stream.go#oldcode151 src/pkg/encoding/json/stream.go:151: // Encode writes the JSON encoding of v ...
10 years ago (2014-04-13 23:29:14 UTC) #2
rsc
10 years ago (2014-04-17 02:42:33 UTC) #3
*** Submitted as https://code.google.com/p/go/source/detail?r=4d3e80a4979d ***

encoding/json: document Encoder will terminate each JSON value with '\n'
Fixes issue 7767.

LGTM=rsc
R=golang-codereviews, rsc
CC=golang-codereviews
https://codereview.appspot.com/87420043

Committer: Russ Cox <rsc@golang.org>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b