func time.get4
8 uses
time (current package)
zoneinfo_read.go#L374: func get4(b []byte) int {
zoneinfo_read.go#L408: if err := preadn(fd, buf, -ztailsize); err != nil || get4(buf) != zecheader {
zoneinfo_read.go#L412: size := get4(buf[12:])
zoneinfo_read.go#L413: off := get4(buf[16:])
zoneinfo_read.go#L444: if get4(buf) != zcheader {
zoneinfo_read.go#L448: size := get4(buf[24:])
zoneinfo_read.go#L452: off := get4(buf[42:])
zoneinfo_read.go#L480: get4(buf) != zheader ||
![]() |
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. |