]> Cypherpunks repositories - gostls13.git/commit
math/big: improved documentation
authorRobert Griesemer <gri@golang.org>
Sat, 26 Sep 2015 05:26:52 +0000 (22:26 -0700)
committerRobert Griesemer <gri@golang.org>
Mon, 28 Sep 2015 16:27:52 +0000 (16:27 +0000)
commit3d4cd144cc1e6fb554b12695d0d190a2db0c6a2c
tree55004d81c31a529fc0dce409e471bcbd788f6bff
parentc978f13a71fa7a23a896b34812bbfd6f2e0c1792
math/big: improved documentation

- moved existing package documentation from nat.go to doc.go
- expanded on it

For #11241.

Change-Id: Ie75a2b0178a8904a4154307a1f5080d7efc5489a
Reviewed-on: https://go-review.googlesource.com/15042
Reviewed-by: Alan Donovan <adonovan@google.com>
src/math/big/doc.go [new file with mode: 0644]
src/math/big/nat.go