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

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

Awesome Lists containing this project

README

          

# Go Workshop

![](images/gopher-stare-up.png)

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