1
0
mirror of https://github.com/golang/go synced 2024-10-04 17:21:20 -06:00
go/src/pkg/gob
Russ Cox 9750adbbad strings: delete Runes, Bytes
gofmt -w -r 'strings.Bytes(a) -> []byte(a)' src/cmd src/pkg test/bench
gofmt -w -r 'strings.Runes(a) -> []int(a)' src/cmd src/pkg test/bench
delete unused imports

R=r
CC=golang-dev
https://golang.org/cl/224062
2010-02-25 16:01:29 -08:00
..
codec_test.go strings: delete Runes, Bytes 2010-02-25 16:01:29 -08:00
debug.go add a debugging printer to the gob package. 2009-12-29 14:03:33 +11:00
decode.go improve some type switches now that multiple types per case are supported. 2009-12-30 08:33:48 +11:00
decoder.go 1) Change default gofmt default settings for 2009-12-15 15:35:38 -08:00
dump.go add a debugging printer to the gob package. 2009-12-29 14:03:33 +11:00
encode.go fix dumb bug: must write out default values inside arrays and slices 2009-12-29 07:41:53 +11:00
encoder_test.go trivial bug: []byte is special but [3]byte is not. 2009-12-31 12:47:20 +11:00
encoder.go trivial bug: []byte is special but [3]byte is not. 2009-12-31 12:47:20 +11:00
Makefile add a debugging printer to the gob package. 2009-12-29 14:03:33 +11:00
type_test.go 1) Change default gofmt default settings for 2009-12-15 15:35:38 -08:00
type.go to improve the chances for compatibility, open a window of unused ids 2010-01-13 12:06:43 +11:00