fmt.fmtFlags.minus (field)
9 uses
fmt (current package)
format.go#L26: minus bool
format.go#L96: if !f.minus {
format.go#L114: if !f.minus {
format.go#L400: if f.widPresent && f.wid > width && !f.minus {
format.go#L429: if f.widPresent && f.wid > width && f.minus {
print.go#L171: return p.fmt.minus
print.go#L1006: p.fmt.zero = !p.fmt.minus // Only allow zero padding to the left.
print.go#L1010: p.fmt.minus = true
print.go#L1052: p.fmt.minus = true
![]() |
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. |