]> Cypherpunks repositories - gostls13.git/commit
doc: fix bad lib/time link in 1.12 release notes
authorAlberto Donizetti <alb.donizetti@gmail.com>
Sun, 3 Mar 2019 17:33:34 +0000 (18:33 +0100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sun, 3 Mar 2019 17:48:05 +0000 (17:48 +0000)
commit0dc62565401eba11bf9aec127c6c9f5aa4ecf1c9
treea6123a1a7f499d315b80763dd5254f1c4c06583e
parent59712fd03d37c0d17cce9f6605a9cc87fa0d4870
doc: fix bad lib/time link in 1.12 release notes

There's a "lib/time" sub-section in the Go 1.12 relase notes that
points to a non-existent golang.org/pkg/lib/time page.

The note is about a change in the tz database in the src/lib/time
directory, but the section's title (and the link) should probably just
refer to the time package.

Change-Id: Ibf9dacd710e72886f14ad0b7415fea1e8d25b83a
Reviewed-on: https://go-review.googlesource.com/c/164977
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
doc/go1.12.html