aboutsummaryrefslogtreecommitdiffstats
path: root/community/go
Commit message (Collapse)AuthorAgeFilesLines
* community/go: install all tools in $PATHSören Tempel2015-09-301-7/+13
| | | | | | | | | 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.
* community/go: moved from mainEivind Uggedal2015-09-303-0/+217