]> Cypherpunks repositories - gostls13.git/commit
math/big: Add text marshaller interface to Int
authorMichael T. Jones <mtj@google.com>
Fri, 14 Feb 2014 20:57:03 +0000 (12:57 -0800)
committerRobert Griesemer <gri@golang.org>
Fri, 14 Feb 2014 20:57:03 +0000 (12:57 -0800)
commit1dc82d25632fc402edb36b0d50ecf4d681d77286
tree1db00dc41231514616799b6aedecf16a9cd3a910
parent9b0736fc5850271ed89880202eed797692976a49
math/big: Add text marshaller interface to Int

Fixes #7329

LGTM=gri
R=gri, bradfitz, mtj
CC=golang-codereviews
https://golang.org/cl/63710043
src/pkg/math/big/int.go
src/pkg/math/big/int_test.go