summaryrefslogtreecommitdiff
path: root/src/cmd/go/help.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/go: document that testdata directories are ignoredRuss Cox2014-09-261-1/+2
* go get: Support for IBM DevOps Services (hub.jazz.net) git reposChris McGee2014-07-151-0/+5
* cmd/go: document file typesRob Pike2014-05-201-0/+40
* cmd/go: reapply doc change from CL 60590044.Russ Cox2014-04-161-2/+2
* cmd/go: fix typo in help docRob Pike2014-03-261-1/+1
* cmd/go: document relative importsRuss Cox2013-10-021-6/+36
* cmd/go: add basic docs on calling between Go and C/C++Ian Lance Taylor2013-09-171-0/+22
* cmd/go: document that "main" is a reserved import pathRob Pike2013-09-161-5/+10
* cmd/go: document that files beginning with . or _ are ignoredAndrew Gerrand2013-06-201-0/+2
* cmd/go: fix capitalization of Bitbucket, document Git supportJohn Howard Palevich2013-04-071-4/+4
* cmd/go: remove $GOROOT as a go get targetDave Cheney2013-01-101-1/+1
* cmd/go: fix typoRuss Cox2012-05-171-1/+1
* cmd/go: fix remote help reference to "go help packages"Francisco Souza2012-05-091-1/+1
* cmd/go: respect $GOBIN alwaysRuss Cox2012-03-271-1/+3
* undo CL 5754088 / cae9a7c0db06Russ Cox2012-03-121-3/+1
* cmd/go: respect $GOBIN alwaysRuss Cox2012-03-121-1/+3
* cmd/go: make net/... match net tooRuss Cox2012-03-121-3/+2
* cmd/go: document import path meta tag discovery in go help remoteBrad Fitzpatrick2012-03-081-1/+42
* go/build: document GOPATHRuss Cox2012-03-011-0/+3
* cmd/go: fixesRuss Cox2012-03-011-6/+13
* cmd/go: explain x... vs. x/... in help importpathRob Pike2012-02-271-2/+3
* go: add ... patterns in import path argumentsRuss Cox2012-01-091-0/+7
* cmd/go: update "go help remote" to use correct Google Code urlsAndrew Gerrand2011-12-231-8/+5
* cmd/go: use spaces consistently in help messageRoger Peppe2011-12-211-4/+4
* cmd/go: many improvementsRuss Cox2011-12-211-0/+3
* go: skeleton implementationRuss Cox2011-09-281-0/+178