]> Cypherpunks repositories - gostls13.git/commit
strconv: fix function name in errors for Atoi
authorJoe Tsai <joetsai@digital-static.net>
Sat, 3 Sep 2016 19:01:27 +0000 (12:01 -0700)
committerJoe Tsai <thebrokentoaster@gmail.com>
Sun, 4 Sep 2016 00:17:58 +0000 (00:17 +0000)
commit3a67d595f50ff7d589d4a097e162707342f1bbc4
tree4849b9d069733373ed5d935d589d0d80b19623af
parentbe8a1c61392c97328db0026c7c80cd7d69c0aa36
strconv: fix function name in errors for Atoi

Fixes #16980

Change-Id: I902a02b157c2c7d1772f5122b850dc48b1d7a224
Reviewed-on: https://go-review.googlesource.com/28474
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/strconv/atoi.go
src/strconv/strconv_test.go