go/src/encoding/gob
Brad Fitzpatrick 5fea2ccc77 all: single space after period.
The tree's pretty inconsistent about single space vs double space
after a period in documentation. Make it consistently a single space,
per earlier decisions. This means contributors won't be confused by
misleading precedence.

This CL doesn't use go/doc to parse. It only addresses // comments.
It was generated with:

$ perl -i -npe 's,^(\s*// .+[a-z]\.)  +([A-Z]),$1 $2,' $(git grep -l -E '^\s*//(.+\.)  +([A-Z])')
$ go test go/doc -update

Change-Id: Iccdb99c37c797ef1f804a94b22ba5ee4b500c4f7
Reviewed-on: https://go-review.googlesource.com/20022
Reviewed-by: Rob Pike <r@golang.org>
Reviewed-by: Dave Day <djd@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2016-03-02 00:13:47 +00:00
..
codec_test.go all: replace strings.Index with strings.Contains where possible 2016-02-19 01:06:05 +00:00
debug.go all: single space after period. 2016-03-02 00:13:47 +00:00
dec_helpers.go encoding/gob: reduce the amount of memory allocations. 2015-11-25 17:01:25 +00:00
decgen.go encoding/gob: reduce the amount of memory allocations. 2015-11-25 17:01:25 +00:00
decode.go all: single space after period. 2016-03-02 00:13:47 +00:00
decoder.go all: single space after period. 2016-03-02 00:13:47 +00:00
doc.go encoding/gob: document behavior of zero-valued arrays, slices, and maps 2015-12-07 20:41:31 +00:00
dump.go
enc_helpers.go encoding/gob: custom array/slice decoders 2014-10-17 12:37:41 -07:00
encgen.go encoding/gob: custom array/slice decoders 2014-10-17 12:37:41 -07:00
encode.go all: single space after period. 2016-03-02 00:13:47 +00:00
encoder.go all: single space after period. 2016-03-02 00:13:47 +00:00
encoder_test.go all: single space after period. 2016-03-02 00:13:47 +00:00
error.go all: single space after period. 2016-03-02 00:13:47 +00:00
example_encdec_test.go
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 all: single space after period. 2016-03-02 00:13:47 +00:00
timing_test.go encoding/gob: reduce the amount of memory allocations. 2015-11-25 17:01:25 +00:00
type.go all: single space after period. 2016-03-02 00:13:47 +00:00
type_test.go