func time.isLeap
7 uses
time (current package)
format.go#L1103: if isLeap(year) {
time.go#L965: if isLeap(year) {
time.go#L1016: if m == February && isLeap(year) {
time.go#L1305: func isLeap(year int) bool {
time.go#L1363: if isLeap(year) && month >= March {
zoneinfo.go#L535: if isLeap(year) && r.day >= 60 {
zoneinfo.go#L566: if isLeap(year) && r.mon > 2 {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)