func encoding/hex.fromHexChar
5 uses
encoding/hex (current package)
hex.go#L61: a, ok := fromHexChar(src[j-1])
hex.go#L65: b, ok := fromHexChar(src[j])
hex.go#L75: if _, ok := fromHexChar(src[j-1]); !ok {
hex.go#L84: func fromHexChar(c byte) (byte, bool) {
hex.go#L188: if _, ok := fromHexChar(d.in[len(d.in)-1]); !ok {
 |
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. |