goenv

package
v29.0.0-...-9c8ccb0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 28, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package goenv defines env variables known by Go and some utilities around it.

Index

Constants

View Source
const (
	// GOBIN is the env var for GOBIN.
	GOBIN = "GOBIN"

	// GOPATH is the env var for GOPATH.
	GOPATH = "GOPATH"

	// GOMODCACHE is the env var for GOMODCACHE.
	GOMODCACHE = "GOMODCACHE"
)

Variables

This section is empty.

Functions

func Bin

func Bin() string

Bin returns the path of where Go binaries are installed.

func ConfigurePath

func ConfigurePath() error

ConfigurePath configures the env with correct $PATH that has go bin setup.

func GoModCache

func GoModCache() string

GoModCache returns the path to Go's module cache.

func GoPath

func GoPath() string

GoPath returns the go path.

func Path

func Path() string

Path returns $PATH with correct go bin configuration set.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL