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)