8 lines
101 B
Go
8 lines
101 B
Go
//go:build 386 || arm || mips || mipsle
|
|
|
|
package proto
|
|
|
|
import "math"
|
|
|
|
const MaxUint32 = math.MaxInt
|