fmt.State.Width (method)
4 uses
fmt (current package)
print.go#L42: Width() (wid int, ok bool)
math/big
ftoa.go#L515: if width, hasWidth := s.Width(); hasWidth && width > len(sign)+len(buf) {
intconv.go#L147: if width, widthSet := s.Width(); widthSet && length < width { // pad as specified
src.elv.sh/pkg/eval
builtin_fn_io.go#L336: if w, ok := state.Width(); ok {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)