CURRENT PATH:
/
opt
/
golang
/
1.22.0
/
test
/
linkname.dir
/
KEMBALI
|
HOME
Upload File Local:
Upload
Upload via URL:
Download
Dir Baru
File Baru
Editing:
linkname1.go
package x func indexByte(xs []byte, b byte) int { // ERROR "xs does not escape" "can inline indexByte" for i, x := range xs { if x == b { return i } } return -1 }
SIMPAN
BATAL