1 <!--{ 2 "Title": "Help", 3 "Path": "/help/", 4 "Template": true 5 }--> 6 7 <div id="manual-nav"></div> 8 9 <h2 id="help">Get help</h2> 10 11 <img class="gopher" src="/doc/gopher/help.png"/> 12 13 {{if not $.GoogleCN}} 14 <h3 id="mailinglist"><a href="https://groups.google.com/group/golang-nuts">Go Nuts Mailing List</a></h3> 15 <p> 16 Get help from Go users, and share your work on the official mailing list. 17 </p> 18 <p> 19 Search the <a href="https://groups.google.com/group/golang-nuts">golang-nuts</a> 20 archives and consult the <a href="/doc/go_faq.html">FAQ</a> and 21 <a href="//golang.org/wiki">wiki</a> before posting. 22 </p> 23 24 <h3 id="forum"><a href="https://forum.golangbridge.org/">Go Forum</a></h3> 25 <p> 26 The <a href="https://forum.golangbridge.org/">Go Forum</a> is a discussion 27 forum for Go programmers. 28 </p> 29 30 <h3 id="slack"><a href="https://blog.gopheracademy.com/gophers-slack-community/">Gopher Slack</a></h3> 31 <p>Get live support from other users in the Go slack channel.</p> 32 33 <h3 id="irc"><a href="irc:irc.freenode.net/go-nuts">Go IRC Channel</a></h3> 34 <p>Get live support at <b>#go-nuts</b> on <b>irc.freenode.net</b>, the official 35 Go IRC channel.</p> 36 {{end}} 37 38 <h3 id="faq"><a href="/doc/faq">Frequently Asked Questions (FAQ)</a></h3> 39 <p>Answers to common questions about Go.</p> 40 41 {{if not $.GoogleCN}} 42 <h2 id="inform">Stay informed</h2> 43 44 <h3 id="announce"><a href="https://groups.google.com/group/golang-announce">Go Announcements Mailing List</a></h3> 45 <p> 46 Subscribe to 47 <a href="https://groups.google.com/group/golang-announce">golang-announce</a> 48 for important announcements, such as the availability of new Go releases. 49 </p> 50 51 <h3 id="blog"><a href="//blog.golang.org">Go Blog</a></h3> 52 <p>The Go project's official blog.</p> 53 54 <h3 id="twitter"><a href="https://twitter.com/golang">@golang at Twitter</a></h3> 55 <p>The Go project's official Twitter account.</p> 56 57 <h3 id="pluscom"><a href="https://plus.google.com/communities/114112804251407510571">Go+ community</a></h3> 58 <p>A Google+ community for Go enthusiasts.</p> 59 60 <h3 id="reddit"><a href="https://reddit.com/r/golang">golang sub-Reddit</a></h3> 61 <p> 62 The <a href="https://reddit.com/r/golang">golang sub-Reddit</a> is a place 63 for Go news and discussion. 64 </p> 65 66 <h3 id="gotime"><a href="https://changelog.com/gotime">Go Time Podcast</a></h3> 67 <p> 68 The <a href="https://changelog.com/gotime">Go Time podcast</a> is a panel of Go experts and special guests 69 discussing the Go programming language, the community, and everything in between. 70 </p> 71 {{end}} 72 73 <h2 id="community">Community resources</h2> 74 75 <h3 id="go_user_groups"><a href="/wiki/GoUserGroups">Go User Groups</a></h3> 76 <p> 77 Each month in places around the world, groups of Go programmers ("gophers") 78 meet to talk about Go. Find a chapter near you. 79 </p> 80 81 {{if not $.GoogleCN}} 82 <h3 id="playground"><a href="/play">Go Playground</a></h3> 83 <p>A place to write, run, and share Go code.</p> 84 85 <h3 id="wiki"><a href="/wiki">Go Wiki</a></h3> 86 <p>A wiki maintained by the Go community.</p> 87 {{end}} 88 89 <h3 id="conduct"><a href="/conduct">Code of Conduct</a></h3> 90 <p> 91 Guidelines for participating in Go community spaces 92 and a reporting process for handling issues. 93 </p> 94 95