const hash/fnv.magic64a
5 uses
hash/fnv (current package)
fnv.go#L217: magic64a = "fnv\x04"
fnv.go#L249: b = append(b, magic64a...)
fnv.go#L304: if len(b) < len(magic64a) || string(b[:len(magic64a)]) != magic64a {
 |
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. |