Home | History | Annotate | Download | only in doc
      1 <!--{
      2 	"Title": "Getting Help",
      3 	"Path": "/help/"
      4 }-->
      5 
      6 <img class="gopher" src="/doc/gopher/help.png"/>
      7 
      8 <p>
      9 Need help with Go? Try these resources.
     10 </p>
     11 
     12 <div id="manual-nav"></div>
     13 
     14 <h3 id="faq"><a href="/doc/faq">Frequently Asked Questions (FAQ)</a></h3>
     15 <p>Answers to common questions about Go.</p>
     16 
     17 <h3 id="playground"><a href="/play">The Go Playground</a></h3>
     18 <p>A place to write, run, and share Go code.</p>
     19 
     20 <h3 id="wiki"><a href="/wiki">The Go Wiki</a></h3>
     21 <p>A wiki maintained by the Go community.</p>
     22 
     23 <h3 id="mailinglist"><a href="//groups.google.com/group/golang-nuts">Go Nuts Mailing List</a></h3>
     24 <p>
     25 Search the <a href="//groups.google.com/group/golang-nuts">golang-nuts</a>
     26 archives and consult the <a href="/doc/go_faq.html">FAQ</a> and
     27 <a href="//golang.org/wiki">wiki</a> before posting.
     28 </p>
     29 
     30 <h3 id="irc"><a href="irc:irc.freenode.net/go-nuts">Go IRC Channel</a></h3>
     31 <p>Get live support at <b>#go-nuts</b> on <b>irc.freenode.net</b>, the official
     32 Go IRC channel.</p>
     33 
     34 <h3 id="pluscom"><a href="https://plus.google.com/communities/114112804251407510571">The Go+ community</a></h3>
     35 <p>The Google+ community for Go enthusiasts.</p>
     36 
     37 <h3 id="plus"><a href="https://plus.google.com/101406623878176903605/posts">The Go Programming Language at Google+</a></h3>
     38 <p>The Go project's Google+ page.</p>
     39 
     40 <h3 id="twitter"><a href="//twitter.com/golang">@golang at Twitter</a></h3>
     41 <p>The Go project's official Twitter account.</p>
     42 <p>Tweeting about your problem with the <code>#golang</code> hashtag usually
     43 generates some helpful responses.</p>
     44 
     45 <h3 id="go_user_groups"><a href="/wiki/GoUserGroups">Go User Groups</a></h3>
     46 <p>
     47 Each month in places around the world, groups of Go programmers ("gophers")
     48 meet to talk about Go. Find a chapter near you.
     49 </p>
     50 
     51