mirror of
https://github.com/golang/go
synced 2024-11-24 19:20:03 -07:00
main landing pages
R=r DELTA=55 (7 added, 34 deleted, 14 changed) OCL=35984 CL=35986
This commit is contained in:
parent
2cf9dae134
commit
09fe283489
1
doc/contribute.html
Normal file
1
doc/contribute.html
Normal file
@ -0,0 +1 @@
|
||||
TODO(rsc): Write this document.
|
1
doc/install.html
Normal file
1
doc/install.html
Normal file
@ -0,0 +1 @@
|
||||
TODO(rsc): Write this document.
|
40
doc/root.html
Normal file
40
doc/root.html
Normal file
@ -0,0 +1,40 @@
|
||||
<!-- The Go Programming Language -->
|
||||
|
||||
<h2>Documentation</h2>
|
||||
<ul>
|
||||
<li><a href="/doc/go_spec.html" target="_top">Language specification</a></li>
|
||||
<li><a href="/doc/go_mem.html" target="_top">Memory model</a></li>
|
||||
<li><a href="/doc/go_tutorial.html" target="_top">Tutorial</a></li>
|
||||
<li><a href="/doc/effective_go.html" target="_top">Effective Go</a></li>
|
||||
<li><a href="/doc/go_faq.html">Frequently asked questions</a></li>
|
||||
<li><a href="/doc/go_lang_faq.html">Frequently asked questions about the design of the language</a></li>
|
||||
<li><a href="/doc/go_for_cpp_programmers.html">Go For C++ Programmers</a></li>
|
||||
<br />
|
||||
<li><a href="/pkg">Package documentation</a>
|
||||
<br />
|
||||
<li><a href="/doc/install.html">How to install Go</a></li>
|
||||
<li><a href="/doc/contribute.html">How to contribute to the Go project</a></li>
|
||||
</ul>
|
||||
|
||||
<h2>Other Resources</h2>
|
||||
<ul>
|
||||
<li>Mailing list: <a href="http://groups.google.com/group/NAME_TO_BE_DETERMINED">Go Nuts <nuts@XXX></a>. Please don't mail group members individually.</li>
|
||||
<li><a href="http://code.google.com/p/go/source/browse/">Source code</a>
|
||||
<li><a href="http://code.google.com/p/go/issues/list">Issue Tracker</a>
|
||||
<li><!-- a href="http://www.google.com/codesearch?q=lang:go+package:go.googlecode.com" -->Code Search<!-- /a --></li>
|
||||
</li>
|
||||
<br />
|
||||
<li>The Google Tech Talk from October 30, 2009:
|
||||
<a href="/doc/go_talk-20091030.pdf" target="_top">PDF</a>
|
||||
<a href="https://video.google.com/XXX" target="_top">Video</a>
|
||||
</li>
|
||||
<li>Go course:
|
||||
<ul>
|
||||
<li>PDF slides:
|
||||
<a href="/doc/GoCourseDay1.pdf" target="_top">Day 1</a>,
|
||||
<a href="/doc/GoCourseDay2.pdf" target="_top">Day 2</a>,
|
||||
<a href="/doc/GoCourseDay3.pdf" target="_top">Day 3</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
72
lib/godoc/godoc.html
Normal file
72
lib/godoc/godoc.html
Normal file
@ -0,0 +1,72 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/transitional.dtd">
|
||||
<html>
|
||||
<head>
|
||||
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<title>{title}</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="/doc/style.css">
|
||||
<script type="text/javascript" src="/doc/godocs.js"></script>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div id="topnav">
|
||||
<table summary=""><tr>
|
||||
<td id="headerImage">
|
||||
<a href="./"><img src="/doc/logo-153x55.png" height="55" width="153" alt="Go Home Page" style="border:0" /></a>
|
||||
</td>
|
||||
<td id="headerDocSetTitle">The Go Programming Language</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div id="linkList">
|
||||
<ul>
|
||||
<li class="navhead"><a href="/">Home</a></li>
|
||||
|
||||
<li class="blank"> </li>
|
||||
<li class="navhead">Documents</li>
|
||||
<li><a href="/doc/go_spec.html">Language Specification</a></li>
|
||||
<li><a href="/doc/go_mem.html">Memory Model</a></li>
|
||||
<li><a href="/doc/go_tutorial.html">Tutorial</a></li>
|
||||
<li><a href="/doc/effective_go.html">Effective Go</a></li>
|
||||
<li><a href="/doc/go_faq.html">FAQ</a></li>
|
||||
<li><a href="/doc/go_lang_faq.html">Language Design FAQ</a></li>
|
||||
<li><a href="/doc/go_for_cpp_programmers.html">Go for C++ Programmers</a></li>
|
||||
|
||||
<li class="blank"> </li>
|
||||
<li class="navhead">Programming</li>
|
||||
<li><a href="/pkg">Package documentation</a></li>
|
||||
|
||||
<li class="blank"> </li>
|
||||
<li class="navhead">How To</li>
|
||||
<li><a href="/doc/install.html">Install Go</a></li>
|
||||
<li><a href="/doc/contribute.html">Contribute code</a></li>
|
||||
|
||||
<li class="blank"> </li>
|
||||
<li class="navhead">Last update</li>
|
||||
<li>{timestamp}</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<h1>{title}</h1>
|
||||
|
||||
<!-- The Table of Contents is automatically inserted in this <div>.
|
||||
Do not delete this <div>. -->
|
||||
<div id="nav"></div>
|
||||
|
||||
{content}
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
<p>Except as noted, this content is
|
||||
licensed under <a href="http://creativecommons.org/licenses/by/3.0/">
|
||||
Creative Commons Attribution 3.0</a>.
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user