This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Web site patch committed: Go links in list of readings


I committed this patch to the web site to add a couple of Go links to
the list of readings.

Ian

Index: readings.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v
retrieving revision 1.200
diff -u -r1.200 readings.html
--- readings.html	20 Nov 2010 15:15:51 -0000	1.200
+++ readings.html	8 Dec 2010 23:19:11 -0000
@@ -581,6 +581,14 @@
 </ul>
 
 
+<h3>Go information</h3>
+
+<ul>
+<li><a href="http://golang.org/";>General Go information</a></li>
+<li><a href="http://golang.org/doc/go_spec.html";>Go language
+    specification</a></li>
+</ul>
+
 
 <h3>Modula 3 information</h3>
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]