func encoding/hex.DecodedLen
2 uses
encoding/hex (current package)
hex.go#L49: func DecodedLen(x int) int { return x / 2 }
github.com/lib/pq
encode.go#L516: result = make([]byte, hex.DecodedLen(len(s)))
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |