GoLand 2020.1 Help

GoLand documentation

GoLand is a cross-platform integrated development environment (IDE) for Go developers. GoLand includes such features as context-dependent code completion and refactoring, debugging, profiling, type and declaration navigation, and error analysis. In addition to tools for core Go development, supports JavaScript, TypeScript, Node.js, SQL, Databases, Docker, Kubernetes, and Terraform. You can always extend current functionality by installing additional plugins from the plugin repository.

Video introduction to GoLand

These video series show you how to set up and configure GoLand, how to run your code, and explain main UI and project concepts.

GoLand SetupUI and ProjectsRun Projects, Tests, and Benchmarks

First steps with GoLand

These set of topics are focused on describing features, functionality, the application interface, and might help you to get started quickly.

Quick startA quick overview of basic GoLand features. From creating a project to running an application and pushing your code to a version control system (VCS).
SetupLearn how to install GoLand and run it for the first time.
GOROOT and GOPATHConfigure GOROOT and GOPATH environment variables for your project.
Go modules (vgo)Start with your Go modules project in a couple of clicks.
Go toolsThough GoLand does most of the Go tools functionality automatically, you can still run gofmt, goimports, go generate, and go vet manually.
SearchLearn how to search in a project, in a file, or how to search everywhere.
Configuring settingsConfigure the look and feel of the IDE to match your needs.
DebugDetermine the cause of the error by running your application in the debugging mode.
ProfilingUse information about CPU, memory, and call duration to optimize your program performance.
ShortcutsSpeed up your performance in GoLand with keyboard shortcuts.
Getting help from JetBrainsCould not find the answer? Still feeling puzzled? Let us know and we will help.
FAQ about GoLandFrequently asked questions about GoLand.
Last modified: 20 July 2020