toolchain-go

Installation
SKILL.md

Go Toolchain

Common commands for Go projects.

Build & run

go build ./...
go run .
go run cmd/server/main.go

Testing

go test ./...
go test -v ./...
go test -race ./...
go test -cover ./...
Related skills

More from thinkfleetai/thinkfleet-engine

Installs
3
First Seen
Mar 1, 2026