]> Cypherpunks repositories - gostls13.git/commit
math/big: split int conversion routines and tests into separate files
authorRobert Griesemer <gri@golang.org>
Fri, 30 Jan 2015 22:25:55 +0000 (14:25 -0800)
committerRobert Griesemer <gri@golang.org>
Fri, 30 Jan 2015 23:02:35 +0000 (23:02 +0000)
commita0c5d2840336b74db781757a7d40472ef204a7b9
treed7878f27813503e20d78f85fe77db04a9d5aee3a
parentd135966ef60cc4d1b94de1a184cafdfcb6ee59b1
math/big: split int conversion routines and tests into separate files

No other functional changes.

Change-Id: If0d9e6208d53478e70d991b6926ea196b2cccf2e
Reviewed-on: https://go-review.googlesource.com/3672
Reviewed-by: Alan Donovan <adonovan@google.com>
src/math/big/int.go
src/math/big/int_test.go
src/math/big/intconv.go [new file with mode: 0644]
src/math/big/intconv_test.go [new file with mode: 0644]