const math.MaxUint64

3 uses

	math (current package)
		const.go#L51: 	MaxUint64 = 1<<64 - 1

	math/big
		float.go#L758: 		return math.MaxUint64, Below
		float.go#L767: 		return math.MaxUint64, Below