]> Cypherpunks repositories - gostls13.git/commit
strconv: simplify the text for bases in ParseInt
authorRob Pike <r@golang.org>
Thu, 22 Aug 2019 05:50:06 +0000 (15:50 +1000)
committerRob Pike <r@golang.org>
Fri, 23 Aug 2019 00:46:55 +0000 (00:46 +0000)
commit5498fa90e9921193be11c6e6a9e017a53c0e1588
tree80c0bb32b520f7baf5649c7e63c1dc72e9d49e85
parent65e624e7b9c9bbeb04a3c3a29a88986a4b8b816c
strconv: simplify the text for bases in ParseInt

Followon from a review comment in https://golang.org/cl/191078

Change-Id: If115b2ae0df5e5cb9babd60802947ddb687d56c2
Reviewed-on: https://go-review.googlesource.com/c/go/+/191219
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/strconv/atoi.go