358
edits
No edit summary |
|||
| (One intermediate revision by one other user not shown) | |||
| Line 3: | Line 3: | ||
== Using GO on Redbrick == | == Using GO on Redbrick == | ||
We have Go installed on our dev server pygmalion but | We have Go installed on our dev server pygmalion but unfortunately it doesn't work out of the box. Due to the way go works each user must set up their own GOPATH, thankfully this isn't hard, simply | ||
mkdir ~/go | mkdir ~/go | ||
export GOROOT=/usr/ | export GOROOT=/usr/local/go | ||
export GOPATH=$HOME/go | export GOPATH=$HOME/go | ||
And for the sake of convenience we can add that to out normal PATH | And for the sake of convenience we can add that to out normal PATH | ||
| Line 17: | Line 17: | ||
...I'm sorry :( | ...I'm sorry :( | ||
[[Category:Helpdesk]] | |||