var github.com/jackc/pgtype.big1

2 uses

	github.com/jackc/pgtype (current package)
		numeric.go#L24: var big1 *big.Int = big.NewInt(1)
		numeric.go#L644: 		for fracPart.Cmp(big1) != 0 {