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 { |