Go Development and Execution Environment: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 5: Line 5:
==<tt>GOPATH</tt>==
==<tt>GOPATH</tt>==
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.
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.
=TODO=
<font color=darkkhaki>Deplete, merge and delete [[Go Concepts - Runtime]]</font>

Revision as of 00:17, 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.

TODO

Deplete, merge and delete Go Concepts - Runtime