github.com/hikaru7719/go@v0.0.0-20181025140707-c8b2ac68906a/doc/help.html (about)

     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="discord"><a href="https://discord.gg/64C346U">Gophers Discord</a></h3>
    31  <p>
    32  Get live support and talk with other gophers on the Go Discord.
    33  </p>
    34  
    35  <h3 id="slack"><a href="https://blog.gopheracademy.com/gophers-slack-community/">Gopher Slack</a></h3>
    36  <p>Get live support from other users in the Go slack channel.</p>
    37  
    38  <h3 id="irc"><a href="irc:irc.freenode.net/go-nuts">Go IRC Channel</a></h3>
    39  <p>Get live support at <b>#go-nuts</b> on <b>irc.freenode.net</b>, the official
    40  Go IRC channel.</p>
    41  {{end}}
    42  
    43  <h3 id="faq"><a href="/doc/faq">Frequently Asked Questions (FAQ)</a></h3>
    44  <p>Answers to common questions about Go.</p>
    45  
    46  {{if not $.GoogleCN}}
    47  <h2 id="inform">Stay informed</h2>
    48  
    49  <h3 id="announce"><a href="https://groups.google.com/group/golang-announce">Go Announcements Mailing List</a></h3>
    50  <p>
    51  Subscribe to
    52  <a href="https://groups.google.com/group/golang-announce">golang-announce</a>
    53  for important announcements, such as the availability of new Go releases.
    54  </p>
    55  
    56  <h3 id="blog"><a href="//blog.golang.org">Go Blog</a></h3>
    57  <p>The Go project's official blog.</p>
    58  
    59  <h3 id="twitter"><a href="https://twitter.com/golang">@golang at Twitter</a></h3>
    60  <p>The Go project's official Twitter account.</p>
    61  
    62  <h3 id="pluscom"><a href="https://plus.google.com/communities/114112804251407510571">Go+ community</a></h3>
    63  <p>A Google+ community for Go enthusiasts.</p>
    64  
    65  <h3 id="reddit"><a href="https://reddit.com/r/golang">golang sub-Reddit</a></h3>
    66  <p>
    67  The <a href="https://reddit.com/r/golang">golang sub-Reddit</a> is a place
    68  for Go news and discussion.
    69  </p>
    70  
    71  <h3 id="gotime"><a href="https://changelog.com/gotime">Go Time Podcast</a></h3>
    72  <p>
    73  The <a href="https://changelog.com/gotime">Go Time podcast</a> is a panel of Go experts and special guests
    74  discussing the Go programming language, the community, and everything in between.
    75  </p>
    76  {{end}}
    77  
    78  <h2 id="community">Community resources</h2>
    79  
    80  <h3 id="go_user_groups"><a href="/wiki/GoUserGroups">Go User Groups</a></h3>
    81  <p>
    82  Each month in places around the world, groups of Go programmers ("gophers")
    83  meet to talk about Go. Find a chapter near you.
    84  </p>
    85  
    86  {{if not $.GoogleCN}}
    87  <h3 id="playground"><a href="/play">Go Playground</a></h3>
    88  <p>A place to write, run, and share Go code.</p>
    89  
    90  <h3 id="wiki"><a href="/wiki">Go Wiki</a></h3>
    91  <p>A wiki maintained by the Go community.</p>
    92  {{end}}
    93  
    94  <h3 id="conduct"><a href="/conduct">Code of Conduct</a></h3>
    95  <p>
    96  Guidelines for participating in Go community spaces
    97  and a reporting process for handling issues.
    98  </p>
    99