]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.5.txt: add ExtensionByType to mime
authorJosh Bleecher Snyder <josharian@gmail.com>
Fri, 27 Mar 2015 18:11:54 +0000 (11:11 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Fri, 27 Mar 2015 18:13:06 +0000 (18:13 +0000)
Change-Id: Iacbf06cf30a8a9630d8ee1f6934cbdef93ae0fc9
Reviewed-on: https://go-review.googlesource.com/8163
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
doc/go1.5.txt

index ca62a11db746a16219cb7547001006cf3c52d49f..efbc96d1c3d855729355a1e4993e2fa281883f81 100644 (file)
@@ -28,6 +28,7 @@ flag: new nicer format for PrintDefaults (https://go-review.googlesource.com/733
 go/ast: add Implicit field to ast.EmptyStmt; changed meaning of ast.EmptyStmt.Semicolon position (https://golang.org/cl/5720)
 log: add SetOutput functions (https://golang.org/cl/2686, https://golang.org/cl/3023)
 math/big: add arbitrary precision Floats (many cl's)
+mime: add ExtensionByType (https://golang.org/cl/7444)
 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)