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