From 98603e7af6056734e0f5bee5f05b3623ca5189de Mon Sep 17 00:00:00 2001
From: Andrew Bonventre
@@ -33,14 +34,20 @@ libraries.
-
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 with:
+learned. You can {{if not $.GoogleCN}}take the tour
+online or{{end}} install it locally with:
-Also available as a
-screencast, this doc
-explains how to use the go command to fetch, build, and
-install packages, commands, and run tests.
+{{if not $.GoogleCN}}
+Also available as a screencast, this
+{{else}}
+This
+{{end}}
+doc explains how to use the go command
+to fetch, build, and install packages, commands, and run tests.
The official blog of the Go project, featuring news and in-depth articles by
the Go team and guests.
@@ -135,6 +147,7 @@ Guided tours of Go programs.
A Tour of Go
+
+ {{if $.GoogleCN}}
+ A Tour of Go
+ {{else}}
+ A Tour of Go
+ {{end}}
+
@@ -51,10 +58,13 @@ This will place the
gotour
binary in your workspace's binHow to write Go code
Editor plugins and IDEs
@@ -120,9 +130,11 @@ same variable in a different goroutine.
Articles
+{{if not $.GoogleCN}}
The Go Blog
Codewalks
Language
+{{end}}
Tools
More
@@ -174,7 +190,7 @@ See the Articles page at the
Wiki for more Go articles.
See the Go Talks site and wiki page for more Go talks.
- +{{end}}Get help from Go users, and share your work on the official mailing list. @@ -31,10 +33,12 @@ forum for Go programmers.
Get live support at #go-nuts on irc.freenode.net, the official Go IRC channel.
+{{end}}Answers to common questions about Go.
+{{if not $.GoogleCN}}A place to write, run, and share Go code.
A wiki maintained by the Go community.
+{{end}}