const math.MinInt64

9 uses

	math (current package)
		const.go#L47: 	MinInt64  = -1 << 63

	math/big
		float.go#L810: 			return math.MinInt64, acc
		float.go#L820: 			return math.MinInt64, Above

	github.com/jackc/pgtype
		convert.go#L241: 			if srcVal < math.MinInt64 {
		int8.go#L53: 		if int64(value) < math.MinInt64 {
		numeric.go#L36: var bigMinInt64 *big.Int = big.NewInt(math.MinInt64)

	github.com/prometheus/common/model
		time.go#L36: 	Earliest = Time(math.MinInt64)

	go.opentelemetry.io/otel/api/metric
		number.go#L54: 		return NewInt64Number(math.MinInt64)

	google.golang.org/protobuf/types/known/durationpb
		duration.pb.go#L187: 			return time.Duration(math.MinInt64)