From 8652e6c371b8905498d3d314491d36c58d5f68d5 Mon Sep 17 00:00:00 2001 From: Ondřej Surý Date: Thu, 16 Jun 2011 11:08:30 +0200 Subject: Imported Upstream version 57.2 --- doc/docs.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'doc/docs.html') diff --git a/doc/docs.html b/doc/docs.html index e8152bb35..d4e78446f 100644 --- a/doc/docs.html +++ b/doc/docs.html @@ -23,6 +23,17 @@ concepts: syntax, types, allocation, constants, I/O, sorting, printing, goroutines, and channels.

+

Course Notes

+

+Slides from a 3-day course about the Go programming language. +A more thorough introduction than the tutorial. +

+ +

Effective Go

A document that gives tips for writing clear, idiomatic Go code. @@ -179,7 +190,7 @@ from Hoare’s 1978 paper to Go provides insight into how and why Go works as it does.

-

The Go frontend for GCC

+

The Go frontend for GCC

A description of the Go language frontend for gcc. Ian Lance Taylor's paper delivered at the GCC Summit 2010. -- cgit v1.2.3