Skip to main content

goenv_path

Function goenv_path 

Source
pub fn goenv_path() -> Option<PathBuf>
Expand description

Resolves $GOENV’s path (FR-001).

The GOENV environment variable if set and non-empty, else the platform default os.UserConfigDir()/go/env (~/.config/go/env on Linux/macOS, %AppData%\go\env on Windows).