
When you notice anything, please be sure to submit it to our issue tracker. Please help us test it more thoroughly to find and get fixed all the important issues before the release.
Goland docs how to#
This document explains how to check out the sources, build them on your own machine, and run them. Go is an open source project, distributed under a BSD-style license.
Goland docs install#
To install with an installer, see Download and install. This makes the IDE perfectly equipped to help developers stay focused, regardless of whether they’re developing modern web applications or DevOps tools. GoLand has outstanding support for frontend development, SQL, and Databases. This topic describes how to build and run Go from source code. JetBrains GoLand is a constantly evolving state-of-the-art IDE created from an extensive knowledge of Go development. Once again, let us remind you that we’re getting close to the release date. Docs Packages Play Blog Installing Go from source. The Run Configuration dialog now has an option to automatically include the tags specified in Settings | Go | Vendoring & Build Tags into the command line:įor the complete list of changes in the build, please check out the release notes. GoLand is perfectly equipped to help developers stay focused, regardless of whether they’re developing modern web applications or DevOps tools.

Now, if the tests you’re running have build tags that are not listed in Settings | Go | Vendoring & Build Tags, the IDE will automatically include the tags in the command line: JetBrains GoLand is a powerful integrated development environment (IDE) built specifically for Go developers. Running tests with build tags got easier. JetBrains GoLand is a powerful integrated development environment (IDE) built specifically for Go developers. Now the IDE also offers Remove directory from current project to quickly remove the content root from the project: Note, to make it work, you have to use a Go distributive built from the sources.Įarlier we added Add directory to the current project to the context menu of the Project tool window so you could quickly add a content root to the project. Now if you use Run with Coverage on a folder that has several packages, the IDE properly collects and displays the coverage data for all packages: The upcoming Go 1.10 is going to support running tests with coverage from multiple packages. The Call Hierarchy introduced earlier now has a button that toggles the mode in which it additionally shows the calls on interfaces: To enable it, go to Settings | Go, and check Show documentation in parameter info:

Now you can see the documentation on function parameters as a part of the Param Info popup:
Goland docs update#
At the same time, the update includes several new features.

The published update comes with plenty of bugfixes. Since we’re approaching the release date (roughly early December), we are now paying more attention to fixing important issues and the overall stability of the IDE. We’ve just published a fresh GoLand EAP build.
