From: Russ Cox Date: Wed, 28 May 2014 19:48:35 +0000 (-0400) Subject: doc/go1.3.html: math/big's Int and Rat implement TextMarshaler, TextUnmarshaler X-Git-Tag: go1.3rc1~28 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c038c38ac1240202cfaaec21f917483869df31a9;p=gostls13.git doc/go1.3.html: math/big's Int and Rat implement TextMarshaler, TextUnmarshaler Update #8112 LGTM=r R=r CC=golang-codereviews https://golang.org/cl/95640043 --- diff --git a/doc/go1.3.html b/doc/go1.3.html index f4e055ae80..b22443ef06 100644 --- a/doc/go1.3.html +++ b/doc/go1.3.html @@ -398,13 +398,6 @@ See the relevant package documentation for more information about each change.