Add golang cookbook
Needs updating of ark and git cookbooks
This commit is contained in:
3
cookbooks/golang/templates/golang.sh.erb
Normal file
3
cookbooks/golang/templates/golang.sh.erb
Normal file
@@ -0,0 +1,3 @@
|
||||
export PATH="<%= ::File.join(@install_dir, 'go', 'bin') %>:<%= @gobin %>:$PATH"
|
||||
export GOPATH=<%= @gopath %>
|
||||
export GOBIN=<%= @gobin %>
|
||||
Reference in New Issue
Block a user