OXIESEC PANEL
- Current Dir:
/
/
opt
/
golang
/
1.19.4
/
misc
Server IP: 2a02:4780:11:1084:0:327f:3464:10
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
03/16/2023 01:02:19 PM
rwxr-xr-x
📁
android
-
12/01/2022 06:13:55 PM
rwxr-xr-x
📁
arm
-
12/01/2022 06:13:55 PM
rwxr-xr-x
📁
cgo
-
12/01/2022 06:13:55 PM
rwxr-xr-x
📁
chrome
-
12/01/2022 06:13:55 PM
rwxr-xr-x
📄
editors
159 bytes
12/01/2022 06:12:53 PM
rw-r--r--
📄
go.mod
470 bytes
12/01/2022 06:12:53 PM
rw-r--r--
📁
ios
-
12/01/2022 06:13:55 PM
rwxr-xr-x
📁
linkcheck
-
12/01/2022 06:13:55 PM
rwxr-xr-x
📁
reboot
-
12/01/2022 06:13:55 PM
rwxr-xr-x
📁
swig
-
12/01/2022 06:13:55 PM
rwxr-xr-x
📁
wasm
-
12/01/2022 06:13:55 PM
rwxr-xr-x
Editing: go.mod
Close
// Module misc contains tests and binaries that pertain to specific build modes // (cgo) and platforms (Android and iOS). // // The 'run' scripts in ../src execute these tests and binaries, which need to // be in a module in order to build and run successfully in module mode. // (Otherwise, they lack well-defined import paths, and module mode — unlike // GOPATH mode — does not synthesize import paths from the absolute working // directory.) module misc go 1.18