const math.MaxInt

3 uses

	math (current package)
		const.go#L42: 	MaxInt    = 1<<(intSize-1) - 1  // MaxInt32 or MaxInt64 depending on intSize.

	math/big
		ratmarsh.go#L58: 	if uint64(ln) > math.MaxInt-j {

	net/http
		routing_index.go#L95: 	min := math.MaxInt