chef/cookbooks/golang/templates/golang.sh.erb
Sebastian Kippe 0005f9ab7d
Add golang cookbook
Needs updating of ark and git cookbooks
2020-08-23 11:01:05 +02:00

4 lines
136 B
Plaintext

export PATH="<%= ::File.join(@install_dir, 'go', 'bin') %>:<%= @gobin %>:$PATH"
export GOPATH=<%= @gopath %>
export GOBIN=<%= @gobin %>