mirror of
https://github.com/golang/go
synced 2024-11-12 07:50:23 -07:00
d84de09e1d
This is not the finished product, but a good checkpoint from which to proceed with further development. R=golang-dev, dsymonds, r CC=golang-dev https://golang.org/cl/5571061
74 lines
1.8 KiB
HTML
74 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
{{with .Title}}
|
|
<title>{{html .}} - The Go Programming Language</title>
|
|
{{else}}
|
|
<title>The Go Programming Language</title>
|
|
{{end}}
|
|
<link type="text/css" rel="stylesheet" href="/doc/style.css">
|
|
<script type="text/javascript" src="/doc/godocs.js"></script>
|
|
{{if .SearchBox}}
|
|
<link rel="search" type="application/opensearchdescription+xml" title="godoc" href="/opensearch.xml" />
|
|
{{end}}
|
|
</head>
|
|
<body>
|
|
|
|
<div id="topbar"><div class="container">
|
|
|
|
<form method="GET" action="/search">
|
|
<div id="heading"><a href="/">The Go Programming Language</a></div>
|
|
<div id="menu">
|
|
<a href="/doc/">Learn</a>
|
|
<a href="/install/">Install</a>
|
|
<a href="/project/">Project</a>
|
|
<a href="/doc/reference.html">Reference</a>
|
|
<input type="text" id="search" name="q" class="inactive" value="Search">
|
|
</div>
|
|
</form>
|
|
|
|
</div></div>
|
|
|
|
<div id="page">
|
|
|
|
<div id="content">
|
|
|
|
{{with .Title}}
|
|
<div id="plusone"><g:plusone size="small" annotation="none"></g:plusone></div>
|
|
<h1>{{html .}}</h1>
|
|
{{end}}
|
|
{{with .Subtitle}}
|
|
<h2>{{html .}}</h2>
|
|
{{end}}
|
|
|
|
{{/* The Table of Contents is automatically inserted in this <div>.
|
|
Do not delete this <div>. */}}
|
|
<div id="nav"></div>
|
|
|
|
{{/* Content is HTML-escaped elsewhere */}}
|
|
{{printf "%s" .Content}}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div id="copyright">
|
|
Build version {{html .Version}}.
|
|
Except as noted, this content is licensed under a
|
|
Creative Commons Attribution 3.0 License.
|
|
</div>
|
|
|
|
</body>
|
|
<!--
|
|
<script type="text/javascript">
|
|
(function() {
|
|
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
|
|
po.src = 'https://apis.google.com/js/plusone.js';
|
|
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
|
|
})();
|
|
</script>
|
|
-->
|
|
</html>
|
|
|