const math.MaxUint8
5 uses
math (current package)
const.go#L48: MaxUint8 = 1<<8 - 1
encoding/gob
decode.go#L257: if math.MaxUint8 < v {
github.com/jackc/pgtype
convert.go#L257: } else if srcVal > math.MaxUint8 {
numeric.go#L40: var bigMaxUint8 *big.Int = big.NewInt(math.MaxUint8)
google.golang.org/protobuf/internal/impl
validate.go#L137: if mi.numRequiredFields < math.MaxUint8 {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |