help.html 3.2 KB

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