mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-10-10 15:01:27 +02:00
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.