func internal/strconv.FormatUint
4 uses
internal/strconv (current package)
itoa.go#L12: func FormatUint(i uint64, base int) string {
os
exec_posix.go#L135: res = "exit status 0x" + strconv.FormatUint(uint64(code), 16)
tempfile.go#L23: return strconv.FormatUint(uint64(uint32(runtime_rand())), 10)
strconv
number.go#L203: return strconv.FormatUint(i, base)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)