]> Cypherpunks repositories - gostls13.git/commit
encoding/hex: add hex dumping.
authorAdam Langley <agl@golang.org>
Tue, 31 May 2011 16:58:09 +0000 (12:58 -0400)
committerAdam Langley <agl@golang.org>
Tue, 31 May 2011 16:58:09 +0000 (12:58 -0400)
commitde15f6165e53cd14829088d342ca6823b07fa748
treee9d0f6acfdf1e2ea353816d27a773503f4067867
parent219805066e284eee0c15500f01180f874e240219
encoding/hex: add hex dumping.

I found this useful, esp with an io.MultiWriter. But I fear that
it may be bloat in such a low-level package so please feel free to
decline if you feel likewise.

R=rsc, ality
CC=golang-dev
https://golang.org/cl/4530088
src/pkg/encoding/hex/hex.go
src/pkg/encoding/hex/hex_test.go