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

Unified Diff: src/pkg/json/decode_test.go

Issue 3952041: code review 3952041: json: do not Marshal unexported struct fields (Closed)
Patch Set: code review 3952041: json: do not Marshal unexported struct fields Created 14 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/pkg/json/encode.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/json/decode_test.go
===================================================================
--- a/src/pkg/json/decode_test.go
+++ b/src/pkg/json/decode_test.go
@@ -270,6 +270,8 @@
Interface interface{}
PInterface *interface{}
+
+ unexported int
}
type Small struct {
« no previous file with comments | « no previous file | src/pkg/json/encode.go » ('j') | no next file with comments »

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