go/src/encoding/gob
Ian Lance Taylor f297d165c9 encoding/gob: correct issue number typo in comment
Change-Id: I3ac25cf1770b5ac0d36690c37615b3badd27463d
Reviewed-on: https://go-review.googlesource.com/118455
Reviewed-by: Rob Pike <r@golang.org>
2018-06-13 05:33:59 +00:00
..
codec_test.go encoding/gob: work around TestFuzzOneByte panic 2018-03-09 18:29:21 +00:00
debug.go encoding/gob: fix Debug to properly print uint 2017-08-25 10:22:07 +00:00
dec_helpers.go all: fix non-standard "DO NOT EDIT" comments for generated files 2018-03-10 17:50:11 +00:00
decgen.go all: fix non-standard "DO NOT EDIT" comments for generated files 2018-03-10 17:50:11 +00:00
decode.go all: remove some unused return parameters 2018-03-24 19:44:47 +00:00
decoder.go all: join some chained ifs to unindent code 2017-08-29 20:57:41 +00:00
doc.go encoding/gob: fix a typo in the package documentation 2017-10-08 18:11:32 +00:00
dump.go
enc_helpers.go all: fix non-standard "DO NOT EDIT" comments for generated files 2018-03-10 17:50:11 +00:00
encgen.go all: fix non-standard "DO NOT EDIT" comments for generated files 2018-03-10 17:50:11 +00:00
encode.go encoding/gob: replace RWMutex usage with sync.Map 2017-04-27 15:34:57 +00:00
encoder.go encoding/gob: error out instead of panicking on nil dereference 2016-08-19 21:54:39 +00:00
encoder_test.go encoding/gob: correct issue number typo in comment 2018-06-13 05:33:59 +00:00
error.go all: remove redundant returns 2017-04-19 20:03:51 +00:00
example_encdec_test.go
example_interface_test.go
example_test.go
gobencdec_test.go time: record monotonic clock reading in time.Now, for more accurate comparisons 2017-02-03 19:04:52 +00:00
timing_test.go encoding/gob: use MakeMapWithSize when decoding map 2017-05-03 02:43:40 +00:00
type.go encoding/gob: replace RWMutex usage with sync.Map 2017-04-27 15:34:57 +00:00
type_test.go encoding/gob: avoid race on idToType 2018-01-04 02:17:33 +00:00