mirror of
https://github.com/golang/go
synced 2024-11-12 04:40:22 -07:00
5071a5a572
R=rsc DELTA=945 (944 added, 0 deleted, 1 changed) OCL=30315 CL=30341
55 lines
1.1 KiB
HTML
55 lines
1.1 KiB
HTML
{.section Dirs}
|
|
<h2>Subdirectories</h2>
|
|
{.repeated section @}
|
|
<a href="{Name|html}/">{Name|html}</a><br />
|
|
{.end}
|
|
<hr />
|
|
{.end}
|
|
{.section PDoc}
|
|
<h1>package {PackageName|html}</h1>
|
|
<p><code>import "{ImportPath|html}"</code></p>
|
|
|
|
{Doc|html-comment}
|
|
{.section Consts}
|
|
<h2>Constants</h2>
|
|
{.repeated section @}
|
|
{Doc|html-comment}
|
|
<pre>{Decl|html}</pre>
|
|
{.end}
|
|
{.end}
|
|
{.section Vars}
|
|
<hr />
|
|
<h2>Variables</h2>
|
|
{.repeated section @}
|
|
{Doc|html-comment}
|
|
<pre>{Decl|html}</pre>
|
|
{.end}
|
|
{.end}
|
|
{.section Funcs}
|
|
<hr />
|
|
{.repeated section @}
|
|
<h2>func {Name|html}</h2>
|
|
<p><code>{Decl|html}</code></p>
|
|
{Doc|html-comment}
|
|
{.end}
|
|
{.end}
|
|
{.section Types}
|
|
{.repeated section @}
|
|
<hr />
|
|
<h2>type {.section Type}{Name|html}{.end}</h2>
|
|
{Doc|html-comment}
|
|
<p><pre>{Decl|html}</pre></p>
|
|
{.repeated section Factories}
|
|
<h3>func {Name|html}</h3>
|
|
<p><code>{Decl|html}</code></p>
|
|
{Doc|html-comment}
|
|
{.end}
|
|
{.repeated section Methods}
|
|
<h3>func ({Recv|html}) {Name|html}</h3>
|
|
<p><code>{Decl|html}</code></p>
|
|
{Doc|html-comment}
|
|
{.end}
|
|
{.end}
|
|
{.end}
|
|
{.end}
|