OXIESEC PANEL
- Current Dir:
/
/
opt
/
golang
/
1.19.4
/
test
/
linkname.dir
Server IP: 2a02:4780:11:1084:0:327f:3464:10
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
12/01/2022 06:13:56 PM
rwxr-xr-x
📄
linkname1.go
174 bytes
12/01/2022 06:13:01 PM
rw-r--r--
📄
linkname2.go
310 bytes
12/01/2022 06:13:01 PM
rw-r--r--
📄
linkname3.go
270 bytes
12/01/2022 06:13:01 PM
rw-r--r--
Editing: linkname3.go
Close
package main import _ "./linkname1" import "./linkname2" func main() { // ERROR "can inline main" str := "hello/world" bs := []byte(str) // ERROR "\(\[\]byte\)\(str\) escapes to heap" if y.ContainsSlash(bs) { // ERROR "inlining call to y.ContainsSlash" } }