func encoding/hex.Decode
8 uses
encoding/hex (current package)
hex.go#L58: func Decode(dst, src []byte) (int, error) {
hex.go#L114: n, err := Decode(src, src)
hex.go#L200: numDec, err := Decode(p, d.in[:len(p)*2])
github.com/go-git/go-git/v5/plumbing/protocol/packp
advrefs_decode.go#L141: if _, err := hex.Decode(p.hash[:], p.line[:hashSize]); err != nil {
advrefs_decode.go#L272: if _, err := hex.Decode(h[:], text); err != nil {
ulreq_decode.go#L106: if _, err := hex.Decode(hash[:], d.line[:hashSize]); err != nil {
github.com/jackc/pgtype
bytea.go#L90: _, err := hex.Decode(buf, src[2:])
github.com/lib/pq
encode.go#L517: _, err := hex.Decode(result, 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. |