From 766f2d101fd4d91ab470b79fdf93cbc2fc72c515 Mon Sep 17 00:00:00 2001
From: Ondřej Surý
Date: Thu, 6 Oct 2011 08:56:49 +0200
Subject: Imported Upstream version 60.2
---
doc/docs.html | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
(limited to 'doc/docs.html')
diff --git a/doc/docs.html b/doc/docs.html
index ce833fdd1..a86d1714e 100644
--- a/doc/docs.html
+++ b/doc/docs.html
@@ -16,6 +16,16 @@ Once you've learned a little about the language,
idioms of programming in Go.
+
+
+An interactive introduction to Go in three sections.
+The first section covers basic syntax and data structures; the second discusses
+methods and interfaces; and the third introduces Go's concurrency primitives.
+Each section concludes with a few exercises so you can practice what you've
+learned. You can take the tour online or
+install it locally.
+
+
The first tutorial. An introductory text that touches upon several core
@@ -97,6 +107,8 @@ Notable articles from the Go Blog.
JSON and Go - using the json package.
Gobs of data - the design and use of the gob package.
The Laws of Reflection - the fundamentals of the reflect package.
+The Go image package - the fundamentals of the image package.
+The Go image/draw package - the fundamentals of the image/draw package.
Tools
@@ -179,6 +191,11 @@ one goroutine can be guaranteed to observe values produced by writes to the
same variable in a different goroutine.
+
+
+Using GDB to debug Go programs.
+
+
Videos and Talks
--
cgit v1.2.3