]> Cypherpunks repositories - gostls13.git/commit
math/big: document Int.String
authorBrian Kessler <brian.m.kessler@gmail.com>
Fri, 3 May 2019 02:37:27 +0000 (20:37 -0600)
committerRobert Griesemer <gri@golang.org>
Fri, 3 May 2019 03:25:26 +0000 (03:25 +0000)
commit689ee112dfb872e97116acd4c8d96ece1533604e
treece8ee8d4c55818a37b6105731e20cf7058f00b6c
parent16bf0d5e0396fb35a9ca92bbf626f83f4f401253
math/big: document Int.String

Int.String had no documentation and the documentation for Int.Text
did not mention the handling of the nil pointer case.

Change-Id: I9f21921e431c948545b7cabc7829e4b4e574bbe9
Reviewed-on: https://go-review.googlesource.com/c/go/+/175118
Reviewed-by: Robert Griesemer <gri@golang.org>
src/math/big/intconv.go