The latest updates on all JetBrains products and topics
You can get this EAP build via the Toolbox App, download it from our website, use a snap package (for Ubuntu), or get it right in GoLand by selecting Automatically check updates for Early Access Program in Preferences / Settings | Appearance & Behavior | System Settings | Updates. Download Go…
Last week we held a webinar with the Delve team, which works on the open-source Go debugger that was created in 2014 by Derek Parker and now powers most Go IDEs and editors. We had a cosy one-hour chat with Derek Parker and Alessandro Arzilli (a long-time contributor and influential figure for th…
GoLand 2021.2 EAP build #2 is out and ready for you to install! You can get the EAP build via the Toolbox App, download it from our website, use a snap package (for Ubuntu), or from inside GoLand, select Automatically check updates for Early Access Program in Preferences / Settings | Appearance &…
If you need to create a Go application for a small device like a microcontroller, you would most likely use TinyGo. This is a new Go compiler that uses LLVM to optimize the code and generate machine code for the target architecture. Today we’d like to introduce the TinyGo plugin. It comes w…
Today we’d like to present you with the GoLand Guide, where we are collecting together a series of short tips and tricks on how to use the IDE even more productively. Each tip has a short video, description, and instructions on how to use it. We invite you to contribute and share your most lov…
The GoLand 2021.2 Early Access Program is starting. You can find a brief description of what’s to come in the roadmap blog post for 2021.2. You can get the first EAP build via the Toolbox App, download it from our website, use a snap package (for Ubuntu), or from inside GoLand, select A…
Time to upgrade! GoLand 2021.1.2 is out with a few bug fixes. You can update to 2021.1.2 by: Downloading it from the website.Updating via the Toolbox App.Applying a patch on top of 2021.1.1 or 2020.3.5 (go to Help | Check for Updates).Using a snap package (for Ubuntu). Here are the ma…
Today, I'm happy to introduce our latest feature to you to use Windows Subsystem for Linux version 2 (WSL 2, or simply WSL) to run or test Go applications seamlessly. This feature is called Run Targets and supports WSL 2, Docker, and SSH remotes. If you'd like to learn more about these, the overvi…
Up until now, when you wanted to test or run your shiny new code, you had only the local machine to do so. Many of our users have told us that they'd prefer to use Docker to run their code since that's where they will ultimately test, build, and deploy the code with their CI/CD pipeline. Today…
Previously, when you were using GoLand, you could test and run your code only on the same machine you had the IDE installed on. You could use the FTP/SFTP Connectivity (ex. Remote Hosts Access) plugin and the Settings/Preferences | Tools | External Tools feature or the built-in Docker plugin to achi…
Time to update! GoLand 2021.1.1 is out with a bunch of bug fixes under the hood. You can update to 2021.1.1 by: Downloading it from the website. Updating via the Toolbox App. Applying a patch on top of 2021.1 or 2020.3.4 (go to Help | Check for Updates). Using a snap package (for Ubunt…
We are happy to announce the first major release of the year! GoLand 2021.1 allows you to build and run your program remotely via Docker, SSH, and WSL 2, use newly supported features from Go 1.16, including //go:embed, as well as quickly generate code from JSON, handle errors with ease using new …