2010-09-15 22:01:02 -06:00
<!DOCTYPE html>
2009-10-22 01:13:36 -06:00
< html >
< head >
2010-09-15 22:01:02 -06:00
< meta http-equiv = "Content-Type" content = "text/html; charset=utf-8" / >
2011-08-11 14:24:13 -06:00
{{with .Title}}
2011-08-12 11:06:32 -06:00
< title > {{html .}} - The Go Programming Language< / title >
2011-08-11 14:24:13 -06:00
{{else}}
2010-10-25 19:11:00 -06:00
< title > The Go Programming Language< / title >
2011-08-11 14:24:13 -06:00
{{end}}
2010-09-15 22:01:02 -06:00
< link rel = "stylesheet" href = "/doc/all.css" type = "text/css" media = "all" charset = "utf-8" >
<!-- [if lt IE 8]>
< link rel = "stylesheet" href = "/doc/ie.css" type = "text/css" >
<![endif]-->
< script type = "text/javascript" src = "/doc/godocs.js" > < / script >
2009-10-22 01:13:36 -06:00
< / head >
< body >
2010-09-15 22:01:02 -06:00
< div id = "container" >
< div id = "topnav" >
2010-09-21 18:43:01 -06:00
< h1 id = "title" > The Go Programming Language< / h1 >
2010-09-15 22:01:02 -06:00
< div id = "nav-main" >
< ul >
< li > < a href = "/" > Home< / a > < / li > < li > < a href = "/doc/install.html" > Getting Started< / a > < / li > < li > < a href = "/doc/docs.html" > Documentation< / a > < / li > < li > < a href = "/doc/contrib.html" > Contributing< / a > < / li > < li > < a href = "/doc/community.html" > Community< / a > < / li >
< / ul >
< div class = "quickref" >
< form method = "GET" action = "/search" >
2011-08-11 14:24:13 -06:00
{{range .PkgRoots}}
2011-08-12 22:00:16 -06:00
< a href = "/pkg/{{html .}}" > {{html .}}< / a > < span class = "sep" > |< / span >
2011-08-11 14:24:13 -06:00
{{else}}
2010-09-15 22:01:02 -06:00
References:
2011-08-11 14:24:13 -06:00
{{end}}
2010-12-02 20:37:55 -07:00
< a href = "/pkg/" > Packages< / a > < span class = "sep" > |< / span >
< a href = "/cmd/" > Commands< / a > < span class = "sep" > |< / span >
2010-09-15 22:01:02 -06:00
< a href = "/doc/go_spec.html" > Specification< / a >
2011-08-11 14:24:13 -06:00
{{if .SearchBox}}
2011-08-12 11:06:32 -06:00
< input id = "search" type = "search" name = "q" value = "{{with .Query}}{{html .}}{{end}}" class = "{{if not .Query}}inactive{{end}}" placeholder = "code search" results = "0" / >
2011-08-11 14:24:13 -06:00
{{end}}
2010-09-15 22:01:02 -06:00
< / form >
< / div >
< / div >
2010-09-21 18:43:01 -06:00
< a id = "logo-box" href = "/" > < / a >
2010-09-15 22:01:02 -06:00
< / div >
< div id = "content" >
2010-02-18 18:40:50 -07:00
<!-- Menu is HTML - escaped elsewhere -->
2011-08-11 14:24:13 -06:00
{{with .Menu}}
2010-02-18 18:40:50 -07:00
< div id = "menu" >
2011-08-11 14:24:13 -06:00
{{printf "%s" .}}
2010-02-18 18:40:50 -07:00
< / div >
2011-08-11 14:24:13 -06:00
{{end}}
2010-02-18 18:40:50 -07:00
2011-08-11 14:24:13 -06:00
{{with .Title}}
2011-08-12 11:06:32 -06:00
< h1 id = "generatedHeader" > {{html .}}< / h1 >
2011-08-11 14:24:13 -06:00
{{end}}
{{with .Subtitle}}
2011-08-12 11:06:32 -06:00
< span class = "subtitle" > {{html .}}< / span >
2011-08-11 14:24:13 -06:00
{{end}}
2009-10-22 01:13:36 -06:00
<!-- The Table of Contents is automatically inserted in this <div>.
Do not delete this < div > . -->
< div id = "nav" > < / div >
2009-10-28 13:52:52 -06:00
<!-- Content is HTML - escaped elsewhere -->
2011-08-11 14:24:13 -06:00
{{printf "%s" .Content}}
2010-09-15 22:01:02 -06:00
< / div >
< div id = "site-info" >
2011-08-12 11:06:32 -06:00
< p > Build version {{html .Version}}. Except as noted, this content is licensed under a < a rel = "license" href = "http://creativecommons.org/licenses/by/3.0/" > Creative Commons Attribution 3.0 License< / a > .< / p >
2010-09-15 22:01:02 -06:00
< / div >
2009-10-22 01:13:36 -06:00
< / div >
< / body >
< / html >