go-imgrow/maxint.go

4 lines
50 B
Go

package imgrow
const intMax = int(^uint(0) >> 1)