const math.MaxUint8

2 uses

	math (current package)
		const.go#L48: 	MaxUint8  = 1<<8 - 1

	encoding/gob
		decode.go#L257: 	if math.MaxUint8 < v {