]> Cypherpunks repositories - gostls13.git/commitdiff
doc: mention net.OpError in go1.5.txt
authorMikio Hara <mikioh.mikioh@gmail.com>
Wed, 29 Apr 2015 22:53:07 +0000 (07:53 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Thu, 30 Apr 2015 00:07:29 +0000 (00:07 +0000)
Change-Id: I6cebaf42f2596c7f8fef3a67afb1e5ccb428d09c
Reviewed-on: https://go-review.googlesource.com/9521
Reviewed-by: Ian Lance Taylor <iant@golang.org>
doc/go1.5.txt

index 9a7bf61892a69d850c9b31adfd1e2dcdacf722e1..564ac21f691ef54bd484aa9f1b0065bb3675d7cf 100644 (file)
@@ -47,6 +47,7 @@ log: add LUTC flag (https://golang.org/cl/8761)
 math/big: add arbitrary precision Floats (many cl's)
 mime: add ExtensionByType (https://golang.org/cl/7444)
 mime/quotedprintable: new package (https://golang.org/cl/5940 + others)
+net: add Source field to OpError (https://go-review.googlesource.com/9231)
 net/http: support for setting trailers from a server Handler (https://golang.org/cl/2157)
 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)