func syscall.uitoa 3 uses syscall (current package) str.go#L9: return "-" + uitoa(uint(-val)) str.go#L11: return uitoa(uint(val)) str.go#L14: func uitoa(val uint) string {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)