time.zone.isDST (field)
5 uses
time (current package)
zoneinfo.go#L49: isDST bool // is this zone Daylight Savings Time?
zoneinfo.go#L211: if len(l.tx) > 0 && l.zone[l.tx[0].index].isDST {
zoneinfo.go#L213: if !l.zone[zi].isDST {
zoneinfo.go#L221: if !l.zone[zi].isDST {
zoneinfo_read.go#L265: zone[i].isDST = b != 0
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)