GoLand
 
Get GoLand
You are viewing the documentation for an earlier version of GoLand.

Go

Last modified: 23 August 2023

By default, GoLand suggests creating a Go modules project. With Go modules, you do not need to keep your project files under GOPATH and can easily manage dependencies in your project. Read more about Go modules at go.dev.