const math.MinInt

one use

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