Go Development and Execution Environment: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
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. <FONT COLOR=DARKKHAKI>Go tools assume that your code is under the path designated by <code>GOPATH</code>.


=TODO=
=TODO=
<font color=darkkhaki>Deplete, merge and delete [[Go Concepts - Runtime]]</font>
<font color=darkkhaki>Deplete, merge and delete [[Go Concepts - Runtime]]</font>

Revision as of 00:19, 15 August 2023

Internal

Overview

Environment Variables

GOPATH

The GOPATH environment variable defines the workspace directory. Go tools assume that your code is under the path designated by GOPATH.

TODO

Deplete, merge and delete Go Concepts - Runtime