const strconv.maxUint64
4 uses
strconv (current package)
atoi.go#L57: const maxUint64 = 1<<64 - 1
atoi.go#L109: cutoff = maxUint64/10 + 1
atoi.go#L111: cutoff = maxUint64/16 + 1
atoi.go#L113: cutoff = maxUint64/uint64(base) + 1
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)