]> Cypherpunks repositories - gostls13.git/commit
strconv.Uitob64: allow conversion of 64-bit binaries (buffer was too small).
authorRob Pike <r@golang.org>
Thu, 1 Jul 2010 21:44:21 +0000 (14:44 -0700)
committerRob Pike <r@golang.org>
Thu, 1 Jul 2010 21:44:21 +0000 (14:44 -0700)
commitdc6a95e9798216b803145eb9e998304fda7126a4
treef016a8c438ed7c5494b4912629eaa552b4c7286e
parent38f1231f3ed39b03758a7508eb1b2951ba5ef0a8
strconv.Uitob64: allow conversion of 64-bit binaries (buffer was too small).
panic if base is invalid.

R=rsc
CC=golang-dev
https://golang.org/cl/1702050
src/pkg/strconv/itoa.go
src/pkg/strconv/itoa_test.go