mirror of
https://github.com/golang/go.git
synced 2025-05-31 23:25:39 +00:00
- various parser fixes to match updated spec (&&, &^=, label decls, const decls) - using html template for directory and error page in doc server - show compile errors inplace in the source - cleanups R=rsc OCL=26287 CL=26287
13 lines
188 B
HTML
13 lines
188 B
HTML
|
|
<font color=red>THIS SECTION IS CURRENTLY UNDER CONSTRUCTION</font>
|
|
|
|
<h1>Compilation errors in <!--FILE_NAME--></h1>
|
|
|
|
<pre>
|
|
<!--ERRORS-->
|
|
</pre>
|
|
|
|
</div> <!-- content -->
|
|
</body>
|
|
</html>
|