go/src/encoding/gob
Ainar Garipov 51c8d969bd src: gofmt -s
Change-Id: I56d7eeaf777ac30886ee77428ca1ac72b77fbf7d
Reviewed-on: https://go-review.googlesource.com/c/go/+/193849
Run-TryBot: Dave Cheney <dave@cheney.net>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-09-09 18:57:05 +00:00
..
codec_test.go src: gofmt -s 2019-09-09 18:57:05 +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 encoding/gob: properly ignore errors 2019-05-22 20:42:35 +00:00
decode.go all: remove some unused return parameters 2018-03-24 19:44:47 +00:00
decoder.go encoding/gob: mention that Encoder and Decoder are safe for concurrent use 2018-12-28 22:14:11 +00:00
doc.go encoding/gob: update documentation in doc.go for wireType 2019-03-08 03:57:49 +00:00
dump.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
enc_helpers.go all: fix non-standard "DO NOT EDIT" comments for generated files 2018-03-10 17:50:11 +00:00
encgen.go encoding/gob: properly ignore errors 2019-05-22 20:42:35 +00:00
encode.go encoding/gob: rename encBuffer.WriteByte to writeByte 2019-05-09 18:02:19 +00:00
encoder.go encoding/gob: mention that Encoder and Decoder are safe for concurrent use 2018-12-28 22:14:11 +00:00
encoder_test.go encoding/gob: delete out of memory test 2018-10-22 22:23:03 +00:00
error.go all: remove redundant returns 2017-04-19 20:03:51 +00:00
example_encdec_test.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
example_interface_test.go all: single space after period. 2016-03-02 00:13:47 +00:00
example_test.go all: single space after period. 2016-03-02 00:13:47 +00:00
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