fiximports
supplementary Go tools
Install
- All systems
-
curl cmd.cat/fiximports.sh
- Debian
-
apt-get install golang-golang-x-tools
- Ubuntu
-
apt-get install golang-golang-x-tools
- Alpine
-
apk add go-tools
- Arch Linux
-
pacman -S go-tools
- Kali Linux
-
apt-get install golang-golang-x-tools
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install golang-golang-x-tools
- Raspbian
-
apt-get install golang-golang-x-tools
- Dockerfile
- dockerfile.run/fiximports
- Docker
-
docker run cmd.cat/fiximports fiximports
powered by Commando
golang-golang-x-tools
supplementary Go tools
This subrepository holds the source for various packages and tools that support the Go programming language. Some of the tools, godoc and vet for example, used to be included in the golang-go package. Others, including the Go oracle and the test coverage tool, can be fetched with "go get". Packages include a type-checker for Go and an implementation of the Static Single Assignment form (SSA) representation for Go programs.