fmt.State.Write (method)

7 uses

	fmt (current package)
		print.go#L41: 	Write(b []byte) (n int, err error)

	golang.org/x/tools/internal/event/label
		label.go#L130: 	f.Write(t.Key().Append(nil, t)) // ignore error

	math/big
		ftoa.go#L517: 		s.Write(buf)
		ftoa.go#L521: 		s.Write(buf)
		ftoa.go#L527: 		s.Write(buf)
		intconv.go#L48: 			s.Write(b)
		intconv.go#L165: 	s.Write(digits)