Golang Tools
Go Version
Check current Go version with
go env
.
Check Version
Go Tool Suite
Access powerful tools like
go fmt
,
go mod
, etc.
Explore Tools
Go Playground
Write, test, and run Go code online with
Playground
.
Playground
Go Build Tool
Build and package Go projects with
go build
.
Build Project
Go CLI
Use the Go Command Line Interface (CLI) to manage packages and projects.
Manage Packages
Go Modules
Manage dependencies and packages using
go.mod
.
Manage Dependencies
Go Dev Kit
A collection of utilities and tools for Go development.
Get Dev Kit
Go Subsystem
Integrate Go into your existing systems and applications.
Integrate Go