func strconv.AppendUint
2 uses
strconv (current package)
itoa.go#L50: func AppendUint(dst []byte, i uint64, base int) []byte {
encoding/json
encode.go#L563: b := strconv.AppendUint(e.scratch[:0], v.Uint(), 10)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)