2 Commits

Author SHA1 Message Date
Sören Tempel
519cd28b21 community/go: install all tools in $PATH
Previously you could only access them using `go tool <toolname>`
however, some software expects to find vet, godoc, et cetera in your
$PATH.

Regarding godoc we manually make it accessible via `go tool <toolname>`
as well, which isn't the default and might be dropped in the future.
2015-09-30 22:24:57 +02:00
Eivind Uggedal
394aeb733e community/go: moved from main 2015-09-30 08:31:02 +00:00