summaryrefslogtreecommitdiff
path: root/community/go/go.install
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-04 03:52:56 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-04 03:52:56 +0000
commita78b434ff9cfdfb3d175c900ff622a561b84123f (patch)
tree7fe0aa5526dbda20077464989bf0b2cffc05efd3 /community/go/go.install
parentf0127fa225ad83116fabd5f7d9df4c92cd23f6f1 (diff)
Tue Mar 4 03:48:46 UTC 2014
Diffstat (limited to 'community/go/go.install')
-rw-r--r--community/go/go.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/community/go/go.install b/community/go/go.install
index 2f6482620..286aaf9dd 100644
--- a/community/go/go.install
+++ b/community/go/go.install
@@ -8,19 +8,6 @@ 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: