const strconv.IntSize
5 uses
strconv (current package)
number.go#L14: const IntSize = strconv.IntSize
encoding/base64
base64.go#L529: for strconv.IntSize >= 64 && len(src)-si >= 8 && len(dst)-n >= 8 {
github.com/go-faster/jx
dec_int.go#L26: return d.int(strconv.IntSize)
dec_int.go#L48: return d.uint(strconv.IntSize)
net/http
h2_bundle.go#L3393: bitSize = int(strconv.IntSize)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |