fmt.State.Precision (method)

4 uses

	fmt (current package)
		print.go#L45: 	Precision() (prec int, ok bool)
		print.go#L92: 	if p, ok := state.Precision(); ok {

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