| Copyright 2009 The Go Authors. All rights reserved. |
| Use of this source code is governed by a BSD-style |
| license that can be found in the LICENSE file. |
| {{$query_url := urlquery .Query}} |
| <h2 id="Packages">Package {{html $.Query}}</h2> |
| {{$pkg_html := pkgLink .Pak.Path | html}} |
| <tr><td><a href="/{{$pkg_html}}">{{$pkg_html}}</a></td></tr> |
| <h2 id="Global">Package-level declarations</h2> |
| {{$pkg_html := pkgLink .Pak.Path | html}} |
| <h3 id="Global_{{$pkg_html}}">package <a href="/{{$pkg_html}}">{{html .Pak.Name}}</a></h3> |
| <a href="{{queryLink $file $query_url $line | html}}">{{$file}}:{{$line}}</a> |
| <h2 id="Local">Local declarations and uses</h2> |
| {{$pkg_html := pkgLink .Pak.Path | html}} |
| <h3 id="Local_{{$pkg_html}}">package <a href="/{{$pkg_html}}">{{html .Pak.Name}}</a></h3> |
| <a href="{{queryLink $file $query_url 0 | html}}">{{$file}}</a> |
| <th align="left" valign="top">{{index . 0 | infoKind_html}}</th> |
| <td align="left" width="4"></td> |
| <a href="{{queryLink $file $query_url $line | html}}">{{$line}}</a> |