GoLand 2025.3 Help

Deployment

GoLand assumes that all development and testing is done on your computer, and then the code is deployed to a staging or production environment.

The reason to stick to this "local development — deployment" model lies in the way GoLand provides code completion, code inspections, code navigation, and other coding assistance features. All this functionality is based on the project files index which GoLand builds during project analysis when the project is loaded and updates on the fly as you edit your code. Fast analysis and reanalysis of files can be ensured only for local files, that is, files that are stored on your hard disk and are accessible through the file system.

When you are done with development, you can deploy your local project files to the web server using GoLand.

14 January 2026