github.com/jgarto/itcv@v0.0.0-20180826224514-4eea09c1aa0d/_vendor/src/golang.org/x/tools/godoc/static/godoc.html (about) 1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 5 <meta name="viewport" content="width=device-width, initial-scale=1"> 6 <meta name="theme-color" content="#375EAB"> 7 {{with .Tabtitle}} 8 <title>{{html .}} - The Go Programming Language</title> 9 {{else}} 10 <title>The Go Programming Language</title> 11 {{end}} 12 <link type="text/css" rel="stylesheet" href="/lib/godoc/style.css"> 13 {{if .SearchBox}} 14 <link rel="search" type="application/opensearchdescription+xml" title="godoc" href="/opensearch.xml" /> 15 {{end}} 16 <link rel="stylesheet" href="/lib/godoc/jquery.treeview.css"> 17 <script>window.initFuncs = [];</script> 18 <script src="/lib/godoc/jquery.js" defer></script> 19 <script src="/lib/godoc/jquery.treeview.js" defer></script> 20 <script src="/lib/godoc/jquery.treeview.edit.js" defer></script> 21 22 {{if .Playground}} 23 <script src="/lib/godoc/playground.js" defer></script> 24 {{end}} 25 {{with .Version}}<script>var goVersion = {{printf "%q" .}};</script>{{end}} 26 <script src="/lib/godoc/godocs.js" defer></script> 27 </head> 28 <body> 29 30 <div id='lowframe' style="position: fixed; bottom: 0; left: 0; height: 0; width: 100%; border-top: thin solid grey; background-color: white; overflow: auto;"> 31 ... 32 </div><!-- #lowframe --> 33 34 <div id="topbar"{{if .Title}} class="wide"{{end}}><div class="container"> 35 <div class="top-heading" id="heading-wide"><a href="/">The Go Programming Language</a></div> 36 <div class="top-heading" id="heading-narrow"><a href="/">Go</a></div> 37 <a href="#" id="menu-button"><span id="menu-button-arrow">▽</span></a> 38 <form method="GET" action="/search"> 39 <div id="menu"> 40 <a href="/doc/">Documents</a> 41 <a href="/pkg/">Packages</a> 42 <a href="/project/">The Project</a> 43 <a href="/help/">Help</a> 44 {{if not .GoogleCN}} 45 <a href="/blog/">Blog</a> 46 {{end}} 47 {{if .Playground}} 48 <a id="playgroundButton" href="http://play.golang.org/" title="Show Go Playground">Play</a> 49 {{end}} 50 <span class="search-box"><input type="search" id="search" name="q" placeholder="Search" aria-label="Search" required><button type="submit"><span><!-- magnifying glass: --><svg width="24" height="24" viewBox="0 0 24 24"><title>submit search</title><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/><path d="M0 0h24v24H0z" fill="none"/></svg></span></button></span> 51 </div> 52 </form> 53 54 </div></div> 55 56 {{if .Playground}} 57 <div id="playground" class="play"> 58 <div class="input"><textarea class="code" spellcheck="false">package main 59 60 import "fmt" 61 62 func main() { 63 fmt.Println("Hello, 世界") 64 }</textarea></div> 65 <div class="output"></div> 66 <div class="buttons"> 67 <a class="run" title="Run this code [shift-enter]">Run</a> 68 <a class="fmt" title="Format this code">Format</a> 69 {{if not $.GoogleCN}} 70 <a class="share" title="Share this code">Share</a> 71 {{end}} 72 </div> 73 </div> 74 {{end}} 75 76 <div id="page"{{if .Title}} class="wide"{{end}}> 77 <div class="container"> 78 79 {{if or .Title .SrcPath}} 80 <h1> 81 {{html .Title}} 82 {{html .SrcPath | srcBreadcrumb}} 83 </h1> 84 {{end}} 85 86 {{with .Subtitle}} 87 <h2>{{html .}}</h2> 88 {{end}} 89 90 {{with .SrcPath}} 91 <h2> 92 Documentation: {{html . | srcToPkgLink}} 93 </h2> 94 {{end}} 95 96 {{/* The Table of Contents is automatically inserted in this <div>. 97 Do not delete this <div>. */}} 98 <div id="nav"></div> 99 100 {{/* Body is HTML-escaped elsewhere */}} 101 {{printf "%s" .Body}} 102 103 <div id="footer"> 104 Build version {{html .Version}}.<br> 105 Except as <a href="https://developers.google.com/site-policies#restrictions">noted</a>, 106 the content of this page is licensed under the 107 Creative Commons Attribution 3.0 License, 108 and code is licensed under a <a href="/LICENSE">BSD license</a>.<br> 109 <a href="/doc/tos.html">Terms of Service</a> | 110 <a href="http://www.google.com/intl/en/policies/privacy/">Privacy Policy</a> 111 </div> 112 113 </div><!-- .container --> 114 </div><!-- #page --> 115 </body> 116 </html> 117