Tour of Go の日本語訳をアップデートしました for Go 1
Go 1 (The Go Programming Language)がリリースされ、それに合わせて
A Tour of Go もversion 1用に修正が入っています。
ということで、日本語版も修正を入れました!
http://go-tour-jp.appspot.com/
A Tour of Go について
Documentation - The Go Programming Languageより、
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.
A Tour of Goは、3つのセクションのインタラクティブな入門です。
- 基本的なシンタックスとデータ構造
- 関数とインターフェース
- Goの並列性の紹介
それぞれのセクションの最後に演習があり、学んだことを練習できます。