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 : composites.input
//gofmt -s package P type T struct { x, y int } type T2 struct { w, z int } var _ = [42]T{ T{}, T{1, 2}, T{3, 4}, } var _ = [...]T{ T{}, T{1, 2}, T{3, 4}, } var _ = []T{ T{}, T{1, 2}, T{3, 4}, } var _ = []T{ T{}, 10: T{1, 2}, 20: T{3, 4}, } var _ = []struct { x, y int }{ struct{ x, y int }{}, 10: struct{ x, y int }{1, 2}, 20: struct{ x, y int }{3, 4}, } var _ = []interface{}{ T{}, 10: T{1, 2}, 20: T{3, 4}, } var _ = [][]int{ []int{}, []int{1, 2}, []int{3, 4}, } var _ = [][]int{ ([]int{}), ([]int{1, 2}), []int{3, 4}, } var _ = [][][]int{ [][]int{}, [][]int{ []int{}, []int{0, 1, 2, 3}, []int{4, 5}, }, } var _ = map[string]T{ "foo": T{}, "bar": T{1, 2}, "bal": T{3, 4}, } var _ = map[string]struct { x, y int }{ "foo": struct{ x, y int }{}, "bar": struct{ x, y int }{1, 2}, "bal": struct{ x, y int }{3, 4}, } var _ = map[string]interface{}{ "foo": T{}, "bar": T{1, 2}, "bal": T{3, 4}, } var _ = map[string][]int{ "foo": []int{}, "bar": []int{1, 2}, "bal": []int{3, 4}, } var _ = map[string][]int{ "foo": ([]int{}), "bar": ([]int{1, 2}), "bal": []int{3, 4}, } // from exp/4s/data.go var pieces4 = []Piece{ Piece{0, 0, Point{4, 1}, []Point{Point{0, 0}, Point{1, 0}, Point{1, 0}, Point{1, 0}}, nil, nil}, Piece{1, 0, Point{1, 4}, []Point{Point{0, 0}, Point{0, 1}, Point{0, 1}, Point{0, 1}}, nil, nil}, Piece{2, 0, Point{4, 1}, []Point{Point{0, 0}, Point{1, 0}, Point{1, 0}, Point{1, 0}}, nil, nil}, Piece{3, 0, Point{1, 4}, []Point{Point{0, 0}, Point{0, 1}, Point{0, 1}, Point{0, 1}}, nil, nil}, } var _ = [42]*T{ &T{}, &T{1, 2}, &T{3, 4}, } var _ = [...]*T{ &T{}, &T{1, 2}, &T{3, 4}, } var _ = []*T{ &T{}, &T{1, 2}, &T{3, 4}, } var _ = []*T{ &T{}, 10: &T{1, 2}, 20: &T{3, 4}, } var _ = []*struct { x, y int }{ &struct{ x, y int }{}, 10: &struct{ x, y int }{1, 2}, 20: &struct{ x, y int }{3, 4}, } var _ = []interface{}{ &T{}, 10: &T{1, 2}, 20: &T{3, 4}, } var _ = []*[]int{ &[]int{}, &[]int{1, 2}, &[]int{3, 4}, } var _ = []*[]int{ (&[]int{}), (&[]int{1, 2}), &[]int{3, 4}, } var _ = []*[]*[]int{ &[]*[]int{}, &[]*[]int{ &[]int{}, &[]int{0, 1, 2, 3}, &[]int{4, 5}, }, } var _ = map[string]*T{ "foo": &T{}, "bar": &T{1, 2}, "bal": &T{3, 4}, } var _ = map[string]*struct { x, y int }{ "foo": &struct{ x, y int }{}, "bar": &struct{ x, y int }{1, 2}, "bal": &struct{ x, y int }{3, 4}, } var _ = map[string]interface{}{ "foo": &T{}, "bar": &T{1, 2}, "bal": &T{3, 4}, } var _ = map[string]*[]int{ "foo": &[]int{}, "bar": &[]int{1, 2}, "bal": &[]int{3, 4}, } var _ = map[string]*[]int{ "foo": (&[]int{}), "bar": (&[]int{1, 2}), "bal": &[]int{3, 4}, } var pieces4 = []*Piece{ &Piece{0, 0, Point{4, 1}, []Point{Point{0, 0}, Point{1, 0}, Point{1, 0}, Point{1, 0}}, nil, nil}, &Piece{1, 0, Point{1, 4}, []Point{Point{0, 0}, Point{0, 1}, Point{0, 1}, Point{0, 1}}, nil, nil}, &Piece{2, 0, Point{4, 1}, []Point{Point{0, 0}, Point{1, 0}, Point{1, 0}, Point{1, 0}}, nil, nil}, &Piece{3, 0, Point{1, 4}, []Point{Point{0, 0}, Point{0, 1}, Point{0, 1}, Point{0, 1}}, nil, nil}, } var _ = map[T]T2{ T{1, 2}: T2{3, 4}, T{5, 6}: T2{7, 8}, } var _ = map[*T]*T2{ &T{1, 2}: &T2{3, 4}, &T{5, 6}: &T2{7, 8}, }
Close