guru

Developer tools for the Go programming language

Install

All systems
curl cmd.cat/guru.sh
Debian Debian
apt-get install golang-golang-x-tools
Ubuntu
apt-get install golang-golang-x-tools
Alpine
apk add go-tools
Arch Arch Linux
pacman -S go-tools
image/svg+xml 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
Docker
docker run cmd.cat/guru guru powered by Commando

go-tools

Developer tools for the Go programming language

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.