summaryrefslogtreecommitdiff
path: root/src/cmd/goinstall/doc.go
AgeCommit message (Collapse)AuthorFilesLines
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-0/+1
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-11/+30
2010-06-30goinstall: support for Bazaar+LaunchpadGustavo Niemeyer1-0/+9
With these changes, goinstall is now able to use branches maintained with Bazaar located in Launchpad. Project aliases such as /project and /project/series are supported in addition to specific user or team branches such as /~user/project/branch. Temporary branches under the +junk special project are also supported. As a curious side effect, since Launchpad is able to import code from other locations, they can be indirectly accessible too if desired. R=rsc CC=golang-dev http://codereview.appspot.com/1699050 Committer: Russ Cox <rsc@golang.org>
2010-03-19godoc: improved comment formatting: recognize URLsRobert Griesemer1-1/+1
and highlight special words, if provided. Also: - related cleanups in src/pkg/go/doc/comment.go - fix typos in src/cmd/goinstall/doc.go Fixes issue 672. R=rsc CC=adg, golang-dev http://codereview.appspot.com/601042
2010-03-17goinstall doc: fix link to godashboard/packageAndrew Gerrand1-1/+1
R=rsc CC=golang-dev http://codereview.appspot.com/607041
2010-03-04goinstall: an experiment in (external) package installationRuss Cox1-0/+75
R=adg, r CC=cw, golang-dev http://codereview.appspot.com/224043