const hash/fnv.magic64
6 uses
hash/fnv (current package)
fnv.go#L216: magic64 = "fnv\x03"
fnv.go#L221: marshaledSize64 = len(magic64) + 8
fnv.go#L241: b = append(b, magic64...)
fnv.go#L293: if len(b) < len(magic64) || string(b[:len(magic64)]) != magic64 {
 |
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. |