The command “go get” fails

Alright, so I understand that “Glitch” has expérimental Go support. I was trying to import a package using “go get” and it complains about GOPATH. I set GOPATH then is said it could not use mkdir in /usr/local/go/src due to perms.

That’s right. You only have rights to the /app directory. If you install it there, then things should work.

How would I go about that?