GoLand: Difference between revisions
Jump to navigation
Jump to search
Line 21: | Line 21: | ||
=Setup Debugging for a Project= | =Setup Debugging for a Project= | ||
=Tabs and Indents= | |||
Editor → Code Style → Go → Tabs and Indents → Uncheck "Use tab character" |
Revision as of 19:30, 19 December 2023
Internal
Overview
Building
Also see:
Module-Aware or GOPATH Mode
Module-aware mode is turned on by default.
To turn it off: Preferences → Go → Go Modules → Turn off "Enable Go modules integration".
Then set the correct GOPATH in Preferences → Go → GOPATH → Project GOPATH.
For more details see:
Turn Off "Optimize Imports oh the Fly"
Does not seem to work, must be set somewhere else.
Preferences → Go → Imports → Uncheck "Optimize imports on the fly"
Setup Debugging for a Project
Tabs and Indents
Editor → Code Style → Go → Tabs and Indents → Uncheck "Use tab character"