]> Cypherpunks repositories - gostls13.git/commit
encoding/hex: Document DecodedLen.
authorThordur Bjornsson <thorduri@secnorth.net>
Sat, 12 Nov 2016 16:05:17 +0000 (17:05 +0100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sun, 13 Nov 2016 17:53:22 +0000 (17:53 +0000)
commitafa68b36cc225075e87b53e2f9c2edc9dfb73b9e
tree88cd23d2da8edce25fba2386ce9288e0434a61b0
parent582a421a8c245268f7c081fa1191374d50a601f7
encoding/hex: Document DecodedLen.

Mention that it specifically returns x / 2, and do the same for
EncodedLen.

Change-Id: Ie334f5abecbc487caf4965abbcd14442591bef2a
Change-Id: Idfa413faad487e534489428451bf736b009293d6
Reviewed-on: https://go-review.googlesource.com/33191
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/encoding/hex/hex.go