mirror of https://github.com/golang/go.git
godoc: provide link to subdirectories, if any
R=rsc CC=golang-dev https://golang.org/cl/5626043
This commit is contained in:
parent
d0607221fa
commit
d5c89972d8
|
|
@ -12,6 +12,9 @@
|
|||
<dl>
|
||||
<dd><a href="#Overview">Overview</a></dd>
|
||||
<dd><a href="#Index">Index</a></dd>
|
||||
{{if $.Dirs}}
|
||||
<dd><a href="#Subdirectories">Subdirectories</a></dd>
|
||||
{{end}}
|
||||
</dl>
|
||||
</div>
|
||||
<h2 id="Overview">Overview</h2>
|
||||
|
|
|
|||
Loading…
Reference in New Issue