go/src/time
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
..
example_test.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
export_test.go
export_windows_test.go
format.go all: single space after period. 2016-03-02 00:13:47 +00:00
format_test.go all: replace strings.Index with strings.Contains where possible 2016-02-19 01:06:05 +00:00
genzabbrs.go
internal_test.go
sleep.go all: single space after period. 2016-03-02 00:13:47 +00:00
sleep_test.go
sys_plan9.go
sys_unix.go
sys_windows.go
tick.go all: single space after period. 2016-03-02 00:13:47 +00:00
tick_test.go all: single space after period. 2016-03-02 00:13:47 +00:00
time.go all: single space after period. 2016-03-02 00:13:47 +00:00
time_test.go all: single space after period. 2016-03-02 00:13:47 +00:00
zoneinfo.go time: fix comment about use of Location.cacheEnd 2016-01-26 15:16:47 +00:00
zoneinfo_abbrs_windows.go
zoneinfo_ios.go
zoneinfo_plan9.go
zoneinfo_read.go all: single space after period. 2016-03-02 00:13:47 +00:00
zoneinfo_test.go all: single space after period. 2016-03-02 00:13:47 +00:00
zoneinfo_unix.go
zoneinfo_windows.go time: handle localized time zone names 2015-08-26 04:40:59 +00:00
zoneinfo_windows_test.go time: handle localized time zone names 2015-08-26 04:40:59 +00:00