<p>Hi!
I am getting started with go and I have trouble getting godef. The instructions says 'go get code.google.com/p/rog-go/exp/cmd/godef', which fails with 9fans.net not being accessible. I found a 9fans.net github mirror on github, but 'go get -v github.com/9fans/go' says no buildable Go source files and fails.
Could anyone point me into the right direction? I'm getting a bit frustrated because of the awful outdated documentation I'm finding.</p>
<p>Thank you.</p>
<hr/>**评论:**<br/><br/>xmonk: <pre><p>Right now 9fans.net is down <a href="https://github.com/9fans/go/issues/3" rel="nofollow">issue3</a> which is why godef is not being able to build.</p>
<p>For the github repo you might want to do:
go get -u -v github.com/9fans/go/...</p>
<p>Then just move 9fans out of github.com/ into 9fans.net and re-try the godef install it should work without issue.
ex:
mv $GOPATH/src/github.com/9fans $GOPATH/src/9fans.net</p>
<p>That should be all you need to do, no need to change the import path in the godef code.</p></pre>DavsX: <pre><p>Very clever approach, I did not think about that (just recently got to workspaces/projects in the tutorial)</p></pre>: <pre><p>[deleted]</p></pre>DavsX: <pre><p>Thanks, that was partially helpful, I had to download godef and plan9 sources and replace 9fans.net with github.com/9fans and build/install manually</p></pre>pursuit92: <pre><p>I've noticed the same thing lately. I hopped into irc to see if anyone knew what was up, but got no response :/</p></pre>anacrolix: <pre><p>Maybe it should be called 9fan.</p></pre>