mirror of
https://github.com/golang/go
synced 2024-11-20 09:54:45 -07:00
e06a654ce1
- 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
19 lines
335 B
HTML
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>
|