1
0
mirror of https://github.com/golang/go synced 2024-10-03 16:31:27 -06:00
go/usr/gri/pretty/template.html
Robert Griesemer e06a654ce1 daily snapshot:
- correctly associate comments with declarations
  (available through AST)
- very raw printing of interface
- much more functionality, now needs some formatting, sorting, etc.

R=r
OCL=26213
CL=26213
2009-03-12 17:24:03 -07:00

19 lines
335 B
HTML

<font color=red>THIS SECTION IS CURRENTLY UNDER CONSTRUCTION</font>
<h1>package <!--PACKAGE_NAME--></h1>
<!--PACKAGE_COMMENT-->
<!--PACKAGE_INTERFACE-->
<hr />
<h1>Implementation</h1>
<font color=grey>Comments are currently not shown in the source.</font>
<pre>
<!--PACKAGE_BODY-->
</pre>
</div> <!-- content -->
</body>
</html>