mirror of
https://github.com/golang/go
synced 2024-11-18 23:34:45 -07:00
f35b5691f3
- Add missing methodset.html template file. - Suppress initial display of package callgraph. Client-side JS will make it visible if there is data. LGTM=bgarcia R=crawshaw, bgarcia CC=golang-codereviews https://golang.org/cl/81550043
10 lines
369 B
HTML
10 lines
369 B
HTML
<div class="toggle" style="display: none">
|
|
<div class="collapsed">
|
|
<p class="exampleHeading toggleButton">▹ <span class="text">Method set</span></p>
|
|
</div>
|
|
<div class="expanded">
|
|
<p class="exampleHeading toggleButton">▾ <span class="text">Method set</span></p>
|
|
<div style="margin-left: 1in" id='methodset-{{.Index}}'>...</div>
|
|
</div>
|
|
</div>
|