]> Cypherpunks repositories - gostls13.git/commit
math/big: implement Float.Text(Un)Marshaler
authorRobert Griesemer <gri@golang.org>
Fri, 25 Sep 2015 23:35:54 +0000 (16:35 -0700)
committerRobert Griesemer <gri@golang.org>
Tue, 29 Sep 2015 00:21:45 +0000 (00:21 +0000)
commit38c5fd5cf872cf2eabad1361342097e11d292c91
treedda8a302101fca4eafc1119bcddc782b5434749c
parent02e8ec008ca80e6b7dd93410aa9abac3a906dee4
math/big: implement Float.Text(Un)Marshaler

Fixes #12256.

Change-Id: Ie4a3337996da5c060b27530b076048ffead85f3b
Reviewed-on: https://go-review.googlesource.com/15040
Reviewed-by: Alan Donovan <adonovan@google.com>
src/math/big/floatmarsh.go [new file with mode: 0644]
src/math/big/floatmarsh_test.go [new file with mode: 0644]
src/math/big/intmarsh.go
src/math/big/intmarsh_test.go
src/math/big/ratmarsh.go
src/math/big/ratmarsh_test.go