]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.5.txt: LookupEnv
authorRob Pike <r@golang.org>
Wed, 6 May 2015 16:30:52 +0000 (09:30 -0700)
committerRob Pike <r@golang.org>
Wed, 6 May 2015 16:34:18 +0000 (16:34 +0000)
Change-Id: Iff27fa0ca50fe9e41d811d30df41fc2d3057aa1d
Reviewed-on: https://go-review.googlesource.com/9792
Reviewed-by: Rob Pike <r@golang.org>
doc/go1.5.txt

index 524c584a7b9afcace35a685a07851928fb470a3f..20ad6b2437b371ec501b5af34f8256cf7e72b18b 100644 (file)
@@ -56,6 +56,7 @@ net/http: support for setting trailers from a server Handler (https://golang.org
 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/smtp: add TLSConnectionState accessor (https://golang.org/cl/2151)
+os: add LookupEnv (https://golang.org/cl/9791)
 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)