const math.MinInt8

5 uses

	math (current package)
		const.go#L45: 	MinInt8   = -1 << 7             // -128

	github.com/jackc/pgx/v5/pgtype
		builtin_wrappers.go#L23: 	if v.Int64 < math.MinInt8 {
		int.go#L316: 	if n < math.MinInt8 {
		int.go#L879: 	if n < math.MinInt8 {
		int.go#L1453: 	if n < math.MinInt8 {