fmt.State.Width (method)
3 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
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)