Skip to content

Branch-Bunch/go-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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?

Language Designed for Software Engineering

How to setup Go projects

Tour of Go:

Concurrency isn't Parallelism

For a deep dive: Effective Go