]> Cypherpunks repositories - gostls13.git/commit
time: fix incorrect "zero pad" comment in example
authorBlixt <me@blixt.nyc>
Wed, 1 Nov 2017 20:25:24 +0000 (16:25 -0400)
committerTobias Klauser <tobias.klauser@gmail.com>
Thu, 2 Nov 2017 09:01:40 +0000 (09:01 +0000)
commit0d101d1a9fea83fa2663b834933328c83f6e960b
tree492780e6cb33134741aaa966f2d5480a6e9d5fb8
parent2dd110f9a73b369bebc1f1d99576ab2170827652
time: fix incorrect "zero pad" comment in example

The comment currently implies that a zero will be added, but the
underscore is used to add a space for single-digit dates.

Change-Id: Ib3bac8a16bc2d1fcb26ab3bb7ad172b89e1a4a24
Reviewed-on: https://go-review.googlesource.com/75230
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/time/example_test.go