GoLand: Difference between revisions
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
To turn it off: Preferences → Go → Go Modules → Turn off "Enable Go modules integration". | To turn it off: Preferences → Go → Go Modules → Turn off "Enable Go modules integration". | ||
For more details see: {{Internal}} | For more details see: {{Internal|Go_Language_Modularization#Module-Aware_or_GOPATH_Mode|Module-Aware or <tt>GOPATH</tt> Mode}} |
Revision as of 21:23, 7 September 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".
For more details see: