mirror of
https://github.com/nkanaev/yarr.git
synced 2026-06-24 17:15:17 +00:00
8 lines
101 B
Go
8 lines
101 B
Go
//go:build 386 || arm || mips || mipsle
|
|
|
|
package proto
|
|
|
|
import "math"
|
|
|
|
const MaxUint32 = math.MaxInt
|