diff options
| author | Andrew Gerrand <adg@golang.org> | 2012-03-07 07:40:21 +1100 |
|---|---|---|
| committer | Andrew Gerrand <adg@golang.org> | 2012-03-07 07:40:21 +1100 |
| commit | 73b8ccb0b0cd298da681df17ce1af7ac89c41798 (patch) | |
| tree | d8f29ed53f98613cce9c643d39448b1cad4e0d2e /doc/docs.html | |
| parent | 39b186da6c17c96a0370273e2a8b65c389331ae8 (diff) | |
| download | go-73b8ccb0b0cd298da681df17ce1af7ac89c41798.tar.xz | |
doc: add "The go command" article based on Russ' mail
This is a philosophical document. We can soup it up at a later stage,
but for now it's nice to have a URL to point to that isn't a mailing
list post.
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5676061
Diffstat (limited to 'doc/docs.html')
| -rw-r--r-- | doc/docs.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/docs.html b/doc/docs.html index f48eb0a08f..973299bdd6 100644 --- a/doc/docs.html +++ b/doc/docs.html @@ -112,6 +112,7 @@ Guided tours of Go programs. <h3>Tools</h3> <ul> +<li><a href="/doc/articles/go_command.html">About the Go command</a> - why we wrote it, what it is, what it's not, and how to use it.</li> <li><a href="http://blog.golang.org/2011/03/c-go-cgo.html">C? Go? Cgo!</a> - linking against C code with <a href="/cmd/cgo/">cgo</a>.</li> <li><a href="http://blog.golang.org/2011/03/godoc-documenting-go-code.html">Godoc: documenting Go code</a> - writing good documentation for <a href="/cmd/godoc/">godoc</a>.</li> <li><a href="http://blog.golang.org/2011/06/profiling-go-programs.html">Profiling Go Programs</a></li> |
