Go Development and Execution Environment: Difference between revisions
Jump to navigation
Jump to search
(→GOPATH) |
(→GOPATH) |
||
Line 4: | Line 4: | ||
=Environment Variables= | =Environment Variables= | ||
==<tt>GOPATH</tt>== | ==<tt>GOPATH</tt>== | ||
The <code>GOPATH</code> environment variable defines the [[Go_Language_Modularization#Workspaces|workspace]] directory. | The <code>GOPATH</code> environment variable defines the [[Go_Language_Modularization#Workspaces|workspace]] directory. The initial value of the <code>GOPATH</code> variable is set up by the installation process. |
Revision as of 00:16, 15 August 2023
Internal
Overview
Environment Variables
GOPATH
The GOPATH
environment variable defines the workspace directory. The initial value of the GOPATH
variable is set up by the installation process.