https://github.com/branch-bunch/go-workshop
Concurrency With Go Workshop
https://github.com/branch-bunch/go-workshop
concurrency golang parallelism workshop
Last synced: 5 months ago
JSON representation
Concurrency With Go Workshop
- Host: GitHub
- URL: https://github.com/branch-bunch/go-workshop
- Owner: Branch-Bunch
- Created: 2017-11-26T18:50:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-31T16:57:41.000Z (over 7 years ago)
- Last Synced: 2025-04-19T08:15:43.595Z (8 months ago)
- Topics: concurrency, golang, parallelism, workshop
- Language: Go
- Homepage: http://go-talks.appspot.com/github.com/Branch-Bunch/go-workshop/workshop.slide
- Size: 299 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go Workshop

Topics covered:
- What is Go?
- Areas of use
- Briefing on Go project setup
- Language basics
- Concurrency vs Parallelism
- Go's Concurrency
## Resources (content was based these):
Why should you learn Go?
- https://medium.com/@kevalpatel2106/why-should-you-learn-go-f607681fad65
Language Designed for Software Engineering
- https://talks.golang.org/2012/splash.article
How to setup Go projects
- https://golang.org/doc/code.html
Tour of Go:
- https://tour.golang.org/welcome/1
Concurrency isn't Parallelism
- https://talks.golang.org/2012/waza.slide#1
For a deep dive: Effective Go
- https://golang.org/doc/effective_go.html