summaryrefslogtreecommitdiff
path: root/community/go/go.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/go/go.install')
-rw-r--r--community/go/go.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/go/go.install b/community/go/go.install
index 286aaf9dd..2f6482620 100644
--- a/community/go/go.install
+++ b/community/go/go.install
@@ -8,6 +8,19 @@ post_install() {
echo ' export PATH=$PATH:~/go/bin'
echo ' go get code.google.com/p/go-tour/gotour'
echo
+ echo 'For adding useful go tools:'
+ echo
+ echo ' go get code.google.com/p/go.tools/cmd/benchcmp'
+ echo ' go get code.google.com/p/go.tools/cmd/cover'
+ echo ' go get code.google.com/p/go.tools/cmd/godoc'
+ echo ' go get code.google.com/p/go.tools/cmd/goimports'
+ echo ' go get code.google.com/p/go.tools/cmd/gotype'
+ echo ' go get code.google.com/p/go.tools/cmd/html2article'
+ echo ' go get code.google.com/p/go.tools/cmd/ssadump'
+ echo ' go get code.google.com/p/go.tools/cmd/vet'
+ echo
+ echo '#go-nuts at irc.freenode.net may provide more answers.'
+ echo
}
# vim:set ts=2 sw=2 et: