Go get error for SDK v1

Having an issue executing go get for the couch base driver, I am getting the following error:
src/github.com/couchbase/gocb/gocbcore/agent.go:309: syntax error: unexpected range, expecting {
src/github.com/couchbase/gocb/gocbcore/agent.go:315: syntax error: unexpected }

Any ideas?

Hey @fido07,

Could you indicate what Go version you are using, and what version of the Go SDK?

Cheers, Brett

I am using go1.3.1 darwin/amd64
As per the SDK I just executed the install (or tried to) for the current version.

Hey @fido07,

This appears to usually occur from a corrupt version of Go being installed. Reinstalling Go itself should resolve the issue.

Cheers, Brett