func encoding/hex.Encode
11 uses
encoding/hex (current package)
hex.go#L45: func Encode(dst, src []byte) int {
hex.go#L60: Encode(dst[len(dst):][:n], src)
hex.go#L128: Encode(dst, src)
hex.go#L185: encoded := Encode(e.out[:], p[:chunkSize])
hex.go#L278: Encode(h.buf[4:], h.buf[:4])
hex.go#L286: Encode(h.buf[:], data[i:i+1])
github.com/google/uuid
uuid.go#L260: hex.Encode(dst, uuid[:4])
uuid.go#L262: hex.Encode(dst[9:13], uuid[4:6])
uuid.go#L264: hex.Encode(dst[14:18], uuid[6:8])
uuid.go#L266: hex.Encode(dst[19:23], uuid[8:10])
uuid.go#L268: hex.Encode(dst[24:], uuid[10:])
 |
The pages are generated with Golds v0.7.6. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |