const runtime.maxInt 3 uses runtime (current package) string.go#L344: maxInt = int(maxUint >> 1) string.go#L380: if !neg && un > uint(maxInt) { string.go#L383: if neg && un > uint(maxInt)+1 {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)