Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Env ¶
type Env struct { // RootDir is first element of GOPATH RootDir string // ExeSuffix is extension of executable file name for the OS. // ".exe" for Windows, "" for other OS. ExeSuffix string // IsWindows is true for Windows. IsWindows bool EnableModule bool Verbose bool }
Env is information of gtc running environment.
var Default Env
Default is default `Env` for current running environment.
Click to show internal directories.
Click to hide internal directories.