issues
search
fubarhouse
/
ansible-role-golang
Installs the Go programming language and packages on Mac & Linux (Ubuntu, CentOS)
MIT License
105
stars
32
forks
source link
Audit the exports
#55
Closed
fubarhouse
closed
7 years ago
fubarhouse
commented
7 years ago
Basically just check over the following:
GOROOT declaration in shell exports
GOPATH declaration in shell exports
PATH=GOPATH declaration in shell exports
PATH=GOPATH/bin declaration in shell exports
fubarhouse
commented
7 years ago
Added GOPATH to PATH.
Basically just check over the following: