fubarhouse / ansible-role-golang

Installs the Go programming language and packages on Mac & Linux (Ubuntu, CentOS)
MIT License
105 stars 32 forks source link

Convert _all_ applicable variables to the GOVAR format #42

Closed fubarhouse closed 7 years ago

fubarhouse commented 7 years ago

go_location should be GOPATH go_arch should be GOARCH go_os should be GOOS

variables should not be redeclared, in order to prevent failure.