GoLand: Difference between revisions
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
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". | ||
Then set the correct GOPATH in Preferences → Go → GOPATH → Project GOPATH. | |||
For more details see: {{Internal|Go_Language_Modularization#Module-Aware_or_GOPATH_Mode|Module-Aware or <tt>GOPATH</tt> Mode}} | For more details see: {{Internal|Go_Language_Modularization#Module-Aware_or_GOPATH_Mode|Module-Aware or <tt>GOPATH</tt> Mode}} |
Revision as of 21:24, 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".
Then set the correct GOPATH in Preferences → Go → GOPATH → Project GOPATH.
For more details see: