mirror of
https://github.com/golang/go
synced 2024-11-18 23:54:41 -07:00
80c4f06c0f
See analysis.go for overview of new features. See README for known bugs and issues. Much UI polish, testing and optimization work remains, but this is a starting point. Flag: we add a new flag -analysis=type,pointer, default "", for adventurous users only at this stage. Type analysis takes ~10s for stdlib + go.tools; Pointer analysis (currently) takes several minutes. Dependencies: we now include jquery.treeview.js and its GIF images among the resources. (bake.go now handles binary.) LGTM=crawshaw, bgarcia R=crawshaw, bgarcia CC=bradfitz, golang-codereviews https://golang.org/cl/60540044
10 lines
370 B
HTML
10 lines
370 B
HTML
<div class="toggle" style="display: none">
|
|
<div class="collapsed">
|
|
<p class="exampleHeading toggleButton">▹ <span class="text">Implements</span></p>
|
|
</div>
|
|
<div class="expanded">
|
|
<p class="exampleHeading toggleButton">▾ <span class="text">Implements</span></p>
|
|
<div style="margin-left: 1in" id='implements-{{.Index}}'>...</div>
|
|
</div>
|
|
</div>
|