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".
- Host: GitHub
- URL: https://github.com/medmes/introducing-go
- Owner: medmes
- Created: 2020-04-02T23:32:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-20T12:38:27.000Z (over 5 years ago)
- Last Synced: 2025-02-01T11:16:04.989Z (11 months ago)
- Topics: go, go-concurrency, go-routine, golang
- Language: Go
- Homepage:
- Size: 26.4 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).