const math.MaxUint8

8 uses

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

	github.com/jackc/pgx/v5/pgtype
		builtin_wrappers.go#L141: 	if v.Int64 > math.MaxUint8 {
		int.go#L348: 	if n > math.MaxUint8 {
		int.go#L911: 	if n > math.MaxUint8 {
		int.go#L1485: 	if n > math.MaxUint8 {
		qchar.go#L51: 	if r > math.MaxUint8 {

	google.golang.org/protobuf/internal/filedesc
		desc_list.go#L448: 			if ps < 0 || math.MaxUint8 <= ps {

	google.golang.org/protobuf/internal/impl
		validate.go#L141: 		if mi.numRequiredFields < math.MaxUint8 {