]> Cypherpunks repositories - gostls13.git/commit
strconv: include package and function name in error strings
authorRob Pike <r@golang.org>
Tue, 13 Dec 2011 18:42:05 +0000 (10:42 -0800)
committerRob Pike <r@golang.org>
Tue, 13 Dec 2011 18:42:05 +0000 (10:42 -0800)
commit02f6719d44a0a70f0fddfa3228ca9225f06d766c
treebfee63f8bfdc42a52d7e5a16e29b6879347a1d39
parent6bf84214c117bd1ea081b93437dbf8463e0dabe8
strconv: include package and function name in error strings
Fixes #2548.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5484062
src/pkg/exp/sql/convert_test.go
src/pkg/strconv/atob.go
src/pkg/strconv/atof.go
src/pkg/strconv/atof_test.go
src/pkg/strconv/atoi.go
src/pkg/strconv/atoi_test.go