func strconv.bitSizeError
2 uses
strconv (current package)
atoi.go#L48: func bitSizeError(fn, str string, bitSize int) *NumError {
atoi.go#L101: return 0, bitSizeError(fnParseUint, s0, bitSize)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)