From 1fe22d2d24e150ba6b6d54c1b1909a15e209c6ad Mon Sep 17 00:00:00 2001
From: Andrew Gerrand
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 +learned. You can take the tour online or install it locally.
diff --git a/doc/root.html b/doc/root.html index b7f6ec26176..a1fa585d196 100644 --- a/doc/root.html +++ b/doc/root.html @@ -51,7 +51,7 @@ google.setOnLoadCallback(loadFeed);