const math.MaxUint64
5 uses
math (current package)
const.go#L51: MaxUint64 = 1<<64 - 1
math/big
float.go#L758: return math.MaxUint64, Below
float.go#L767: return math.MaxUint64, Below
github.com/jackc/pgtype
numeric.go#L43: var bigMaxUint64 *big.Int = (&big.Int{}).SetUint64(uint64(math.MaxUint64))
gopkg.in/yaml.v2
decode.go#L534: if resolved <= math.MaxUint64 && !out.OverflowUint(uint64(resolved)) {
![]() |
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. |