godocs_bindToggles("toggleVisible");
godocs_bindToggleLinks("exampleLink", "example_");
godocs_bindToggleLinks("overviewLink", "");
+ godocs_bindToggleLinks("examplesLink", "");
+ godocs_bindToggleLinks("indexLink", "");
}
bindEvent(window, 'load', godocs_onload);
</dl>
<dl>
<dd><a href="#pkg-overview" class="overviewLink">Overview</a></dd>
- <dd><a href="#pkg-index">Index</a></dd>
{{if $.Examples}}
- <dd><a href="#pkg-examples">Examples</a></dd>
+ <dd><a href="#pkg-examples" class="examplesLink">Examples</a></dd>
{{end}}
+ <dd><a href="#pkg-index" class="indexLink">Index</a></dd>
{{if $.Dirs}}
<dd><a href="#pkg-subdirectories">Subdirectories</a></dd>
{{end}}