1
0
mirror of https://github.com/golang/go synced 2024-10-04 20:21:22 -06:00
go/src/pkg/json
Robert Griesemer 90564a9256 go/printer: changed max. number of newlines from 3 to 2
manual changes in src/pkg/go/printer, src/cmd/gofix/signal_test.go
(cd src/cmd/gofix/testdata; gofmt -w *.in *.out)
(cd src/pkg/go/printer; gotest -update)
gofmt -w misc src

runs all tests

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/4715041
2011-07-14 14:39:40 -07:00
..
decode_test.go json: escape < and > in any JSON string. 2011-07-14 13:30:08 +10:00
decode.go go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
encode_test.go json: add omitempty struct tag option 2011-07-14 11:54:55 -07:00
encode.go json: add omitempty struct tag option 2011-07-14 11:54:55 -07:00
indent.go json: scanner, Compact, Indent, and tests 2010-04-18 14:45:08 -07:00
Makefile build: no required environment variables 2010-08-18 10:08:49 -04:00
scanner_test.go json: fix test if rand returns 0. 2011-07-06 13:00:54 -07:00
scanner.go json: keep track of error offset in SyntaxError 2011-04-15 08:14:34 -07:00
stream_test.go delete float, complex - code changes 2011-01-19 23:09:00 -05:00
stream.go json: keep track of error offset in SyntaxError 2011-04-15 08:14:34 -07:00
tagkey_test.go json: allow using '$' and '-' as the struct field's tag 2011-07-13 17:41:33 -07:00