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.2.8-preview. (GOOS=darwin GOARCH=arm64)