Commit 36ef06cc authored by Russ Cox's avatar Russ Cox

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: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
parent 2f62fe60
......@@ -24,7 +24,7 @@
// corresponding to the Go struct:
//
// type TestEvent struct {
// Time time.Time
// Time time.Time // encodes as an RFC3339-format string
// Event string
// Package string
// Test string
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment