const math.MinInt

3 uses

	math (current package)
		const.go#L43: 	MinInt    = -1 << (intSize - 1) // MinInt32 or MinInt64 depending on intSize.

	github.com/jackc/pgx/v5/pgtype
		builtin_wrappers.go#L113: 	if v.Int64 < math.MinInt {
		int.go#L1674: 	if n < math.MinInt {