aboutsummaryrefslogtreecommitdiff
path: root/doc/reference-cmd.html
AgeCommit message (Collapse)Author
2012-03-27doc: move /ref/cmd to /doc/cmdAndrew Gerrand
Fixes #3400. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5926043
2012-03-27doc: remove cov and prof from /ref/cmdAndrew Gerrand
Update #3400 R=golang-dev, r CC=golang-dev https://golang.org/cl/5921044
2012-03-25doc/reference-cmd: use vet as example, not fmtRob Pike
"go tool fmt" doesn't work, "go tool vet" does. R=golang-dev, rogpeppe, r, minux.ma, bradfitz CC=golang-dev https://golang.org/cl/5900049
2012-03-24doc/reference-cmd.html: new introductionRob Pike
Compare and explain go, go cmd, and go tool cmd. The situation is not concisely explained elsewhere in the main docs. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5906043
2012-03-23doc/reference-cmd: doc/fmt can be invoked by cmd/go but also available as ↵Shenghou Ma
independent command R=golang-dev, iant, r CC=golang-dev https://golang.org/cl/5877050
2012-03-05doc: add command docs page, canonicalize reference pathsAndrew Gerrand
R=golang-dev, kyle, r CC=golang-dev https://golang.org/cl/5728055