fmt.fmtFlags.zero (field)
20 uses
fmt (current package)
format.go#L30: zero bool
format.go#L78: if f.zero {
format.go#L187: oldZero := f.zero
format.go#L188: f.zero = false
format.go#L190: f.zero = oldZero
format.go#L220: oldZero := f.zero
format.go#L221: f.zero = false
format.go#L223: f.zero = oldZero
format.go#L226: } else if f.zero && f.widPresent {
format.go#L317: oldZero := f.zero
format.go#L318: f.zero = false
format.go#L320: f.zero = oldZero
format.go#L510: oldZero := f.zero
format.go#L511: f.zero = false
format.go#L517: f.zero = oldZero
format.go#L582: if f.zero && f.widPresent && f.wid > len(num) {
print.go#L179: return p.fmt.zero
print.go#L1006: p.fmt.zero = !p.fmt.minus // Only allow zero padding to the left.
print.go#L1011: p.fmt.zero = false // Do not pad with zeros to the right.
print.go#L1053: p.fmt.zero = false // Do not pad with zeros to the right.
![]() |
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. |