var github.com/jackc/pgtype.big0

11 uses

	github.com/jackc/pgtype (current package)
		numeric.go#L23: var big0 *big.Int = big.NewInt(0)
		numeric.go#L298: 			if normalizedInt.Cmp(big0) < 0 {
		numeric.go#L309: 			if normalizedInt.Cmp(big0) < 0 {
		numeric.go#L320: 			if normalizedInt.Cmp(big0) < 0 {
		numeric.go#L331: 			if normalizedInt.Cmp(big0) < 0 {
		numeric.go#L342: 			if normalizedInt.Cmp(big0) < 0 {
		numeric.go#L379: 	if remainder.Cmp(big0) != 0 {
		numeric.go#L530: 			if remainder.Cmp(big0) != 0 {
		numeric.go#L600: 	if src.Int.Cmp(big0) < 0 {
		numeric.go#L638: 	for wholePart.Cmp(big0) != 0 {
		numeric.go#L643: 	if fracPart.Cmp(big0) != 0 {