]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.5.txt: correct CL for LookupEnv addition
authorDominik Honnef <dominik@honnef.co>
Sun, 7 Jun 2015 02:33:44 +0000 (04:33 +0200)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sun, 7 Jun 2015 00:51:24 +0000 (00:51 +0000)
Change-Id: Ib43b21daef5d8291e03c0f0fbf56999e37e21e21
Reviewed-on: https://go-review.googlesource.com/10820
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
doc/go1.5.txt

index faaf64c56e6371707e457c6cd3d2f93840000c98..48b993d0355ef53e830d995e947985b52b2fa848 100644 (file)
@@ -66,7 +66,7 @@ net/http: ignore the Unix epoch time in ServeContent (https://golang.org/cl/7915
 net/http/cgi: fix REMOTE_ADDR, REMOTE_HOST, add REMOTE_PORT (https://golang.org/cl/4933)
 net/mail: adds AddressParser type (https://golang.org/cl/10392)
 net/smtp: add TLSConnectionState accessor (https://golang.org/cl/2151)
-os: add LookupEnv (https://golang.org/cl/9791)
+os: add LookupEnv (https://golang.org/cl/9741)
 os/signal: add Ignore and Reset (https://golang.org/cl/3580)
 reflect: add ArrayOf (https://golang.org/cl/4111)
 reflect: add FuncOf (https://golang.org/cl/1996)