]> Cypherpunks repositories - gostls13.git/commitdiff
doc: mention returned error types and values on the net package in go1.5.txt
authorMikio Hara <mikioh.mikioh@gmail.com>
Wed, 6 May 2015 06:55:22 +0000 (15:55 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Thu, 7 May 2015 01:24:27 +0000 (01:24 +0000)
Change-Id: I70dfc2bad13c513c376c7c41058774b40af73dce
Reviewed-on: https://go-review.googlesource.com/9775
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Andrew Gerrand <adg@golang.org>
doc/go1.5.txt

index 20ad6b2437b371ec501b5af34f8256cf7e72b18b..b0602f9b77a022f192d2cb0dba9962136359362a 100644 (file)
@@ -52,6 +52,7 @@ math/big: add Jacobi and Int.ModSqrt (https://golang.org/cl/1886)
 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: fix inconsistent errors (https://golang.org/cl/9236)
 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)