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 /
go /
doc /
testdata /
[ HOME SHELL ]
Name
Size
Permission
Action
a.0.golden
688
B
-rw-r--r--
a.1.golden
688
B
-rw-r--r--
a.2.golden
688
B
-rw-r--r--
a0.go
1.09
KB
-rw-r--r--
a1.go
240
B
-rw-r--r--
b.0.golden
671
B
-rw-r--r--
b.1.golden
937
B
-rw-r--r--
b.2.golden
671
B
-rw-r--r--
b.go
1.27
KB
-rw-r--r--
benchmark.go
7.46
KB
-rw-r--r--
blank.0.golden
751
B
-rw-r--r--
blank.1.golden
1001
B
-rw-r--r--
blank.2.golden
751
B
-rw-r--r--
blank.go
1.05
KB
-rw-r--r--
bugpara.0.golden
275
B
-rw-r--r--
bugpara.1.golden
275
B
-rw-r--r--
bugpara.2.golden
275
B
-rw-r--r--
bugpara.go
252
B
-rw-r--r--
c.0.golden
620
B
-rw-r--r--
c.1.golden
620
B
-rw-r--r--
c.2.golden
620
B
-rw-r--r--
c.go
1.16
KB
-rw-r--r--
d.0.golden
1.51
KB
-rw-r--r--
d.1.golden
1.51
KB
-rw-r--r--
d.2.golden
1.51
KB
-rw-r--r--
d1.go
1.03
KB
-rw-r--r--
d2.go
789
B
-rw-r--r--
e.0.golden
1.51
KB
-rw-r--r--
e.1.golden
1.78
KB
-rw-r--r--
e.2.golden
2.09
KB
-rw-r--r--
e.go
2.79
KB
-rw-r--r--
error1.0.golden
390
B
-rw-r--r--
error1.1.golden
440
B
-rw-r--r--
error1.2.golden
390
B
-rw-r--r--
error1.go
498
B
-rw-r--r--
error2.0.golden
337
B
-rw-r--r--
error2.1.golden
565
B
-rw-r--r--
error2.2.golden
337
B
-rw-r--r--
error2.go
618
B
-rw-r--r--
example.go
1.58
KB
-rw-r--r--
f.0.golden
215
B
-rw-r--r--
f.1.golden
240
B
-rw-r--r--
f.2.golden
215
B
-rw-r--r--
f.go
486
B
-rw-r--r--
g.0.golden
318
B
-rw-r--r--
g.1.golden
388
B
-rw-r--r--
g.2.golden
318
B
-rw-r--r--
g.go
449
B
-rw-r--r--
issue12839.0.golden
928
B
-rw-r--r--
issue12839.1.golden
962
B
-rw-r--r--
issue12839.2.golden
928
B
-rw-r--r--
issue12839.go
1.34
KB
-rw-r--r--
issue13742.0.golden
299
B
-rw-r--r--
issue13742.1.golden
299
B
-rw-r--r--
issue13742.2.golden
299
B
-rw-r--r--
issue13742.go
411
B
-rw-r--r--
issue16153.0.golden
277
B
-rw-r--r--
issue16153.1.golden
306
B
-rw-r--r--
issue16153.2.golden
277
B
-rw-r--r--
issue16153.go
363
B
-rw-r--r--
issue17788.0.golden
91
B
-rw-r--r--
issue17788.1.golden
91
B
-rw-r--r--
issue17788.2.golden
91
B
-rw-r--r--
issue17788.go
218
B
-rw-r--r--
issue22856.0.golden
654
B
-rw-r--r--
issue22856.1.golden
654
B
-rw-r--r--
issue22856.2.golden
654
B
-rw-r--r--
issue22856.go
1.06
KB
-rw-r--r--
predeclared.0.golden
159
B
-rw-r--r--
predeclared.1.golden
330
B
-rw-r--r--
predeclared.2.golden
159
B
-rw-r--r--
predeclared.go
489
B
-rw-r--r--
template.txt
1.13
KB
-rw-r--r--
testing.0.golden
4.16
KB
-rw-r--r--
testing.1.golden
8.6
KB
-rw-r--r--
testing.2.golden
4.16
KB
-rw-r--r--
testing.go
11.9
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : testing.0.golden
// Package testing provides support for automated testing of Go ... PACKAGE testing IMPORTPATH testdata/testing IMPORTS bytes flag fmt io os runtime runtime/pprof strconv strings time FILENAMES testdata/benchmark.go testdata/example.go testdata/testing.go FUNCTIONS // An internal function but exported because it is cross-package; ... func Main(matchString func(pat, str string) (bool, error), tests []InternalTest, benchmarks []InternalBenchmark, examples []InternalExample) // An internal function but exported because it is cross-package; ... func RunBenchmarks(matchString func(pat, str string) (bool, error), benchmarks []InternalBenchmark) // func RunExamples(examples []InternalExample) (ok bool) // func RunTests(matchString func(pat, str string) (bool, error), tests []InternalTest) (ok bool) // Short reports whether the -test.short flag is set. func Short() bool TYPES // B is a type passed to Benchmark functions to manage benchmark ... type B struct { N int // contains filtered or unexported fields } // Error is equivalent to Log() followed by Fail(). func (c *B) Error(args ...interface{}) // Errorf is equivalent to Logf() followed by Fail(). func (c *B) Errorf(format string, args ...interface{}) // Fail marks the function as having failed but continues ... func (c *B) Fail() // FailNow marks the function as having failed and stops its ... func (c *B) FailNow() // Failed reports whether the function has failed. func (c *B) Failed() bool // Fatal is equivalent to Log() followed by FailNow(). func (c *B) Fatal(args ...interface{}) // Fatalf is equivalent to Logf() followed by FailNow(). func (c *B) Fatalf(format string, args ...interface{}) // Log formats its arguments using default formatting, analogous ... func (c *B) Log(args ...interface{}) // Logf formats its arguments according to the format, analogous ... func (c *B) Logf(format string, args ...interface{}) // ResetTimer sets the elapsed benchmark time to zero. It does not ... func (b *B) ResetTimer() // SetBytes records the number of bytes processed in a single ... func (b *B) SetBytes(n int64) // StartTimer starts timing a test. This function is called ... func (b *B) StartTimer() // StopTimer stops timing a test. This can be used to pause the ... func (b *B) StopTimer() // The results of a benchmark run. type BenchmarkResult struct { N int // The number of iterations. T time.Duration // The total time taken. Bytes int64 // Bytes processed in one iteration. } // Benchmark benchmarks a single function. Useful for creating ... func Benchmark(f func(b *B)) BenchmarkResult // func (r BenchmarkResult) NsPerOp() int64 // func (r BenchmarkResult) String() string // An internal type but exported because it is cross-package; part ... type InternalBenchmark struct { Name string F func(b *B) } // type InternalExample struct { Name string F func() Output string } // An internal type but exported because it is cross-package; part ... type InternalTest struct { Name string F func(*T) } // T is a type passed to Test functions to manage test state and ... type T struct { // contains filtered or unexported fields } // Error is equivalent to Log() followed by Fail(). func (c *T) Error(args ...interface{}) // Errorf is equivalent to Logf() followed by Fail(). func (c *T) Errorf(format string, args ...interface{}) // Fail marks the function as having failed but continues ... func (c *T) Fail() // FailNow marks the function as having failed and stops its ... func (c *T) FailNow() // Failed reports whether the function has failed. func (c *T) Failed() bool // Fatal is equivalent to Log() followed by FailNow(). func (c *T) Fatal(args ...interface{}) // Fatalf is equivalent to Logf() followed by FailNow(). func (c *T) Fatalf(format string, args ...interface{}) // Log formats its arguments using default formatting, analogous ... func (c *T) Log(args ...interface{}) // Logf formats its arguments according to the format, analogous ... func (c *T) Logf(format string, args ...interface{}) // Parallel signals that this test is to be run in parallel with ... func (t *T) Parallel()
Close