mirror of
https://github.com/golang/go
synced 2024-11-12 00:40:23 -07:00
5dd74175d4
Remove "References" section. Remove most articles and redirect to blog.golang.org. Move /ref/spec and /ref/mem to /doc/spec and /doc/mem. Remove duplicate links from the remaining "Documents", "The Project", and "Help" pages. Defer to the wiki for more links and community content. Update command reference and mention cover tool. Add "Pop-out" text to the front page. Pick one of four videos at random to feature on the front page. Fixes #2547. Fixes #5561. Fixes #6321. R=r, dominik.honnef CC=golang-dev https://golang.org/cl/13724043
51 lines
1.8 KiB
HTML
51 lines
1.8 KiB
HTML
<!--{
|
|
"Title": "Getting Help",
|
|
"Path": "/help/"
|
|
}-->
|
|
|
|
<img class="gopher" src="/doc/gopher/help.png"/>
|
|
|
|
<p>
|
|
Need help with Go? Try these resources.
|
|
</p>
|
|
|
|
<div id="manual-nav"></div>
|
|
|
|
<h3 id="faq"><a href="/doc/faq">Frequently Asked Questions (FAQ)</a></h3>
|
|
<p>Answers to common questions about Go.</p>
|
|
|
|
<h3 id="playground"><a href="/play">The Go Playground</a></h3>
|
|
<p>A place to write, run, and share Go code.</p>
|
|
|
|
<h3 id="wiki"><a href="/wiki">The Go Wiki</a></h3>
|
|
<p>A wiki maintained by the Go community.</p>
|
|
|
|
<h3 id="mailinglist"><a href="http://groups.google.com/group/golang-nuts">Go Nuts Mailing List</a></h3>
|
|
<p>
|
|
Search the <a href="http://groups.google.com/group/golang-nuts">golang-nuts</a>
|
|
archives and consult the <a href="/doc/go_faq.html">FAQ</a> and
|
|
<a href="http://code.google.com/p/go-wiki/wiki">wiki</a> before posting.
|
|
</p>
|
|
|
|
<h3 id="irc"><a href="irc:irc.freenode.net/go-nuts">Go IRC Channel</a></h3>
|
|
<p>Get live support at <b>#go-nuts</b> on <b>irc.freenode.net</b>, the official
|
|
Go IRC channel.</p>
|
|
|
|
<h3 id="pluscom"><a href="https://plus.google.com/communities/114112804251407510571">The Go+ community</a></h3>
|
|
<p>The Google+ community for Go enthusiasts.</p>
|
|
|
|
<h3 id="plus"><a href="https://plus.google.com/101406623878176903605/posts">The Go Programming Language at Google+</a></h3>
|
|
<p>The Go project's Google+ page.</p>
|
|
|
|
<h3 id="twitter"><a href="http://twitter.com/go_nuts">@go_nuts at Twitter</a></h3>
|
|
<p>The Go project's official Twitter account.</p>
|
|
<p>Tweeting your about problem with the <code>#golang</code> hashtag usually
|
|
generates some helpful responses.</p>
|
|
|
|
<h3 id="go_user_groups"><a href="/wiki/GoUserGroups">Go User Groups</a></h3>
|
|
<p>
|
|
Each month in places around the world, groups of Go programmers ("gophers")
|
|
meet to talk about Go. Find a chapter near you.
|
|
</p>
|
|
|