]> Cypherpunks repositories - gostls13.git/commit
math/big: use stringer for enum String() methods
authorRobert Griesemer <gri@golang.org>
Tue, 3 Mar 2015 22:17:39 +0000 (14:17 -0800)
committerRobert Griesemer <gri@golang.org>
Wed, 4 Mar 2015 18:24:34 +0000 (18:24 +0000)
commit2a1728d0094f0ffc66231ec415522bf54ca37293
treedb38140b82a03b92f17dc4c7923c9faec13340d8
parent0a8a62584870ef5b4eeea0f520d94d95235e4070
math/big: use stringer for enum String() methods

Change-Id: Ide0615542d67b7d81bf6c56aab550e142a8789f7
Reviewed-on: https://go-review.googlesource.com/6682
Reviewed-by: Alan Donovan <adonovan@google.com>
src/math/big/accuracy_string.go [new file with mode: 0644]
src/math/big/float.go
src/math/big/float_test.go
src/math/big/floatconv.go
src/math/big/floatexample_test.go
src/math/big/roundingmode_string.go [new file with mode: 0644]