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

https://github.com/medmes/introducing-go

"Introducing Go: Build Reliable, Scalable Programs".
https://github.com/medmes/introducing-go

go go-concurrency go-routine golang

Last synced: 9 months ago
JSON representation

"Introducing Go: Build Reliable, Scalable Programs".

Awesome Lists containing this project

README

          

# introducing-go

"Introducing Go: Build Reliable, Scalable Programs" - Oreilly.

Chapter titles:
1. Getting Started
2. Types
3. Variables
4. Control Structures
5. Arrays, Slices, and Maps
6. Functions
7. Structs and Interfaces
8. Packages
9. Testing
10. Concurrency

## More information

- Learn [more about Golang](https://golang.org/).
- [Introducing Go Oreilly Book](http://shop.oreilly.com/product/0636920046516.do).
- Learn [more about Uber Golang style guide](https://github.com/uber-go/guide).
- more about Goroutine, channels and select? visit [Advanced Go Concurrency Patterns](https://blog.golang.org/io2013-talk-concurrency).