]> Cypherpunks repositories - gostls13.git/commit
strconv: document value returned by ParseInt when there is an error
authorRob Pike <r@golang.org>
Fri, 7 Mar 2014 02:23:50 +0000 (13:23 +1100)
committerRob Pike <r@golang.org>
Fri, 7 Mar 2014 02:23:50 +0000 (13:23 +1100)
commitc0d4576593906e169f367e7c61d94ed37cc782b8
tree82f6942ef026c966dd187e45914d96a3251d0e5c
parent6ffd2351618b5c61a78ac9d78779868627dfd358
strconv: document value returned by ParseInt when there is an error
Documenting existing behavior; new commentary only.
Fixes #7105.

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/68840044
src/pkg/strconv/atoi.go