]> Cypherpunks repositories - gostls13.git/commit
encoding/hex: implement examples using all exported functions
authorEmmanuel Odeke <emm.odeke@gmail.com>
Sun, 4 Sep 2016 10:49:02 +0000 (03:49 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 8 Sep 2016 19:51:01 +0000 (19:51 +0000)
commit141f1a0e24836abbc85933787025edef260fe1f0
tree9040623ffd08ab452f3b283ad9e84d1a39a25a2f
parent4354ffd38b7ebdf7b4ee9ff614939ed77f872acd
encoding/hex: implement examples using all exported functions

Fixes #11254.
Updates #16360.

Implements examples using all exported functions.

This CL also updates Decode documentation to
state that only hexadecimal characters are accepted
in the source slice src, but also that the length
of src must be even.

Change-Id: Id016a4ba814f940cd300f26581fb4b9d2aded306
Reviewed-on: https://go-review.googlesource.com/28482
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
src/encoding/hex/example_test.go [new file with mode: 0644]
src/encoding/hex/hex.go