ansible/roles/go/templates/go.profile

5 lines
115 B
Text

# Managed by Ansible
export GOROOT=/usr/local/go
export GOPATH=$HOME/go
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin