From a22b0f82a2fd8e16cf3fab8701a3cff91c93177f Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Mon, 5 Mar 2012 15:30:27 +1100 Subject: doc: add command docs page, canonicalize reference paths R=golang-dev, kyle, r CC=golang-dev https://golang.org/cl/5728055 --- doc/reference-cmd.html | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 doc/reference-cmd.html (limited to 'doc/reference-cmd.html') diff --git a/doc/reference-cmd.html b/doc/reference-cmd.html new file mode 100644 index 0000000000..3665e3cbaf --- /dev/null +++ b/doc/reference-cmd.html @@ -0,0 +1,84 @@ + + +

+Click on the links for more documentation and usage messages. +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Name    Synopsis
go     +Go is a tool for managing Go source code. +
+Besides compiling and running Go programs, the go command is also used to +invoke the other commands listed below. See the command docs for usage +details. +

+
cgo    Cgo enables the creation of Go packages that call C code.
cov    Cov is a rudimentary code coverage tool.
fix    Fix finds Go programs that use old features of the language and libraries +and rewrites them to use newer ones.
godoc    Godoc extracts and generates documentation for Go programs.
gofmt    Gofmt formats Go programs.
prof    Prof is a rudimentary real-time profiler.
vet    Vet examines Go source code and reports suspicious constructs, such as Printf calls whose arguments do not align with the format string.
yacc    Yacc is a version of yacc for Go.
+ +

+This is an abridged list. See the full command reference +for documentation of the compilers and more. +

-- cgit v1.3