| 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. |
| {{ $colCount := tocColCount .}} |
| {{/* Generate the TOC */}} |
| <nav class="search-nav" style="column-count: {{$colCount}}" role="navigation"> |
| {{range $key, $val := .Idents}} |
| <a href="#{{$key.Name}}">{{$key.Name}}</a> |
| <a href="#Packages">Package {{html $.Query}}</a> |
| <a href="#Global">Package-level declarations</a> |
| {{$pkg_html := pkgLink .Pak.Path | html}} |
| <a href="#Global_{{$pkg_html}}" class="indent">package {{html .Pak.Name}}</a> |
| <a href="#Local">Local declarations and uses</a> |
| {{$pkg_html := pkgLink .Pak.Path | html}} |
| <a href="#Local_{{$pkg_html}}" class="indent">package {{html .Pak.Name}}</a> |
| <a href="#Textual">{{html $.Found}} textual occurrences</a> |
| <a href="#Textual">More than {{html $.Found}} textual occurrences</a> |
| <span class="alert" style="font-size:120%">{{html .}}</span> |
| <span class="alert" style="font-size:120%">Did you mean: </span> |
| <a href="search?q={{urlquery .}}" style="font-size:120%">{{html .}}</a> |