]> Cypherpunks repositories - gostls13.git/commit
cmd/test2json: document time.Time JSON format
authorRuss Cox <rsc@golang.org>
Fri, 10 Nov 2017 17:58:31 +0000 (12:58 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 10 Nov 2017 18:17:38 +0000 (18:17 +0000)
commit36ef06cc10005050d7b6f444d0ef3675f2e87fbf
tree803daa51fa44a166523a73fe21827c247b8df353
parent2f62fe60d666465e030a6ef222ff79d52a4a0844
cmd/test2json: document time.Time JSON format

This is already documented in the time.Time package
but people might not look there.

Followup to CL 76872, which I submitted accidentally
(Gerrit has placed the Submit button next to Reply again.)

Change-Id: Ibfd6a4da241982d591a8698282a0c15fe9f2e775
Reviewed-on: https://go-review.googlesource.com/77010
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/test2json/main.go