const hash/fnv.offset32
5 uses
hash/fnv (current package)
fnv.go#L31: offset32 = 2166136261
fnv.go#L44: var s sum32 = offset32
fnv.go#L51: var s sum32a = offset32
fnv.go#L87: func (s *sum32) Reset() { *s = offset32 }
fnv.go#L88: func (s *sum32a) Reset() { *s = offset32 }
 |
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. |