diff options
author | Michael Stapelberg <stapelberg@debian.org> | 2013-12-03 09:43:15 +0100 |
---|---|---|
committer | Michael Stapelberg <stapelberg@debian.org> | 2013-12-03 09:43:15 +0100 |
commit | 64d2a7c8945ba05af859901f5e248f1befdd8621 (patch) | |
tree | 013fcb7e9e3296ecdda876012252c36bd6bcb063 /doc/cmd.html | |
parent | b901efe83e212f0c34c769c079e41373da12d723 (diff) | |
download | golang-64d2a7c8945ba05af859901f5e248f1befdd8621.tar.gz |
Imported Upstream version 1.2upstream/1.2
Diffstat (limited to 'doc/cmd.html')
-rw-r--r-- | doc/cmd.html | 26 |
1 files changed, 16 insertions, 10 deletions
diff --git a/doc/cmd.html b/doc/cmd.html index ac54923d4..b8bdcdade 100644 --- a/doc/cmd.html +++ b/doc/cmd.html @@ -27,9 +27,9 @@ the go <code>tool</code> subcommand. </p> <p> -Finally, two of the commands, <code>fmt</code> and <code>doc</code>, are also -installed as regular binaries called <code>gofmt</code> and <code>godoc</code> -because they are so often referenced. +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> @@ -62,17 +62,17 @@ details. </tr> <tr> -<td><a href="/cmd/fix/">fix</a></td> +<td><a href="http://godoc.org/code.google.com/p/go.tools/cmd/cover/">cover</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> +<td>Cover is a program for creating and analyzing the coverage profiles +generated by <code>"go test -coverprofile"</code>. </tr> <tr> -<td><a href="/cmd/go/">doc</a></td> +<td><a href="/cmd/fix/">fix</a></td> <td> </td> -<td>Doc extracts and generates documentation for Go packages, it is also available as -an independent <a href="/cmd/godoc/">godoc</a> command with more general options.</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> @@ -83,7 +83,13 @@ gofmt</a> command with more general options.</td> </tr> <tr> -<td><a href="/cmd/vet/">vet</a></td> +<td><a href="http://godoc.org/code.google.com/p/go.tools/cmd/godoc/">godoc</a></td> +<td> </td> +<td>Godoc extracts and generates documentation for Go packages.</td> +</tr> + +<tr> +<td><a href="http://godoc.org/code.google.com/p/go.tools/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> |