358
edits
No edit summary |
|||
| 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/local/go | export GOROOT=/usr/local/go | ||
| Line 17: | Line 17: | ||
...I'm sorry :( | ...I'm sorry :( | ||
[[Category:Helpdesk]] | |||