fmt.State.Precision (method)

3 uses

	fmt (current package)
		print.go#L44: 	Precision() (prec int, ok bool)

	math/big
		ftoa.go#L466: 	prec, hasPrec := s.Precision()
		intconv.go#L135: 	precision, precisionSet := s.Precision()