]> Cypherpunks repositories - gostls13.git/commit
database/sql: fix docs to correctly refer to time.RFC3339Nano
authorAndrew Bonventre <andybons@golang.org>
Mon, 26 Mar 2018 22:58:53 +0000 (18:58 -0400)
committerAndrew Bonventre <andybons@golang.org>
Mon, 26 Mar 2018 23:12:45 +0000 (23:12 +0000)
commit165ebe65585ec7ae63695fab9e7aabaaad1af57c
tree8243340310c53fc5748eaa00e4a641f383c33e12
parent48db2c01b42d959f2d8fa0c24d853bdb6100cf8a
database/sql: fix docs to correctly refer to time.RFC3339Nano

It mentions time.Format3339Nano, which isn’t defined. The
underlying code uses time.RFC3339Nano.

Updates golang/go#24542

Change-Id: Ia34ae8b66427139d9005f902c2eb60aac4bfa8c6
Reviewed-on: https://go-review.googlesource.com/102607
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/database/sql/sql.go