func time.get2
9 uses
time (current package)
zoneinfo_read.go#L382: func get2(b []byte) int {
zoneinfo_read.go#L411: n := get2(buf[10:])
zoneinfo_read.go#L447: meth := get2(buf[10:])
zoneinfo_read.go#L449: namelen := get2(buf[28:])
zoneinfo_read.go#L450: xlen := get2(buf[30:])
zoneinfo_read.go#L451: fclen := get2(buf[32:])
zoneinfo_read.go#L481: get2(buf[8:]) != meth ||
zoneinfo_read.go#L482: get2(buf[26:]) != namelen ||
zoneinfo_read.go#L486: xlen = get2(buf[28:])
![]() |
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. |