An open API service indexing awesome lists of open source software.

https://github.com/researchlab/go-bootcamp

翻译 Matt Aimonetti大神写golang案例实战著作: GO BOOTCAMP
https://github.com/researchlab/go-bootcamp

Last synced: 3 months ago
JSON representation

翻译 Matt Aimonetti大神写golang案例实战著作: GO BOOTCAMP

Awesome Lists containing this project

README

          

## GO 训练营
**《Go 训练营》** 翻译自[Matt Aimonetti](https://matt.aimonetti.net/) 大神写的Golang案例实战著作[《GO BOOTCAMP》](http://www.golangbootcamp.com/).

**翻译目的**

第一次看到这本书时,就被它简洁准确易理解的表述,恰当的适量偏多的短小案例所吸引住;相比长篇累牍大篇幅细扣概念的中文教程,此书中对关键点的阐述简洁准确并提供了同样简洁的示例代码,这就是我选择翻译它的初衷。原著现共12个章节,目前已经完成了原著中与Golang核心学习最相关的从第二章到第八章及第十一章共八个章节翻译工作;此外,原著目前未完待续,本站将持续跟进。

**翻译章节**

- [x] [第二章 基本概念实战](http://researchlab.github.io/2016/01/16/go-basics/)
- [x] [第三章 内置类型实战](http://researchlab.github.io/2016/01/17/go-types/)
- [x] [第四章 集合类型](http://researchlab.github.io/2016/01/19/go-collection-types/)
- [x] [第五章 控制流程](http://researchlab.github.io/2016/01/21/go-control/)
- [x] [第六章 方法](http://researchlab.github.io/2016/01/23/go-methods/)
- [x] [第七章 接口](http://researchlab.github.io/2016/01/25/go-interfaces/)
- [ ] [第八章]()
- [ ] [第十一章]()

## GO BOOTCAMP
**Everything you need to know to get started with Go.**

This book written by [Matt Aimonetti](https://matt.aimonetti.net/) is about Go basics plus practical tips.

**Contents**

- [Chapter 1 Intro](http://www.golangbootcamp.com/book/intro)
- [Chapter 2 The Basics](http://www.golangbootcamp.com/book/basics)
- [Chapter 3 Types](http://www.golangbootcamp.com/book/types)
- [Chapter 4 Collection Types](http://www.golangbootcamp.com/book/collection_types)
- [Chapter 5 Control flow](http://www.golangbootcamp.com/book/control_flow)
- [Chapter 6 Methods](http://www.golangbootcamp.com/book/methods)
- [Chapter 7 Interfaces](http://www.golangbootcamp.com/book/interfaces)
- [Chapter 8 Concurrency](http://www.golangbootcamp.com/book/concurrency)
- [Chapter 9 Get Setup](http://www.golangbootcamp.com/book/get_setup)
- [Chapter 10 Get Your Feet Wet](http://www.golangbootcamp.com/book/get_your_feet_wet)
- [Chapter 11 Tips and Tricks](http://www.golangbootcamp.com/book/tricks_and_tips)
- [Chapter 12 Exercises](http://www.golangbootcamp.com/book/exercises)