var time.daysBefore
9 uses
time (current package)
format.go#L1116: if int(daysBefore[m]) < yday {
format.go#L1119: d = yday - int(daysBefore[m-1])
time.go#L982: end := int(daysBefore[month+1])
time.go#L988: begin = int(daysBefore[month])
time.go#L999: var daysBefore = [...]int32{
time.go#L1019: return int(daysBefore[m] - daysBefore[m-1])
time.go#L1362: d += uint64(daysBefore[month-1])
zoneinfo.go#L565: d += int(daysBefore[r.mon-1])
![]() |
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. |