New comment by bobertlo on void-packages repository https://github.com/void-linux/void-packages/issues/17770#issuecomment-570863896 Comment: I would personally just install these with `go get golang.org/x/tools/cmd/...`. I thought there might be value in packaging this based on it's inclusion in other major distributions, but upon further inspection they are installing the source into a system-wide gopath as build dependencies for other packages. Since void-packages handles golang dependencies differently, I do not see a reason to start packaging in this way. As for the tools provided, they seem pretty diverse and perhaps beyond the scope of a single package. In my opinion: these tools should, idiomatically, be installed by a developer into their GOPATH. I could maybe see packaging godoc but that seems like a different issue.