The biggest blocker in getting me to give Go a shot is it forcing a certain directory structure on me, and the lack of Gemfile or package.json equivalent. Has this been solved? I really want to use Go because of everything I've heard, but I can't stand how $GOPATH forces a directory structure on me.
After using Go for a while, I use the GOPATH style layout for all my projects. It just makes sense.
Keeps everything organized.