A Golang quickie

So anyway I came into work on Monday and apparently we’re a Golang shop now. Who knew.

In order to make the golang plugin happy, when using the “workspace” a la https://golang.org/doc/code.html#Workspaces, it helps to set GOPATH and your PATH to include the bin/ dir of your workspace in the project env. Just setting GOPATH didn’t work.

Hope that helps.