19
Total Commands
100%
Free Access
⚡
Lightning Fast
Available Commands
Click on any command to copy it instantly
19 commands available
19 of 19
brew install gogo
golang
install
go versiongo
version
check
go mod init example.com/myprojectgo
module
init
go run main.gogo
run
execute
go build -o myapp main.gogo
build
compile
go test ./...go
test
testing
go get github.com/gin-gonic/gingo
get
dependencies
go mod tidygo
mod
modules
go fmt ./...go
fmt
format
go vet ./...go
vet
analysis
go install golang.org/x/tools/gopls@latestgo
tools
install
go generate ./...go
generate
codegen
go clean -cachego
clean
cache
go list -m allgo
list
packages
go doc fmt.Printlngo
doc
documentation
go run -race main.gogo
race
concurrency
go tool pprof cpu.profgo
profile
performance
go test -bench=.go
benchmark
performance
GOOS=linux GOARCH=amd64 go buildgo
cross
compile
Missing a command?
Help us improve this collection by suggesting commands that should be added. Your contributions help the entire developer community!