Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Meetup: https://www.meetup.com/the-south-padre-island-reading-group/events/283133279
Zoom: https://us02web.zoom.us/j/84281187589
Amazon: https://www.amazon.com/Build-Systems-Go-Everything-Gopher/dp/B094L79K1C/
Source Code (github): https://github.com/juanmanuel-tirado/savetheworldwithgo

Update: January 14, 2022

We’ve decided to switch to the book “Learning Go: An Idiomatic Approach to Real-World Go Programming” by Jon Bodner

Chapter 6
Concurrency
January 14, 2022

Presenter

Goroutines

Amish

Channels

Amish

Select

Casey

WaitGroup

Casey

Timers, tickers, and timeoutsAmish

Context

Amish

OnceCasey

Mutexes

Casey

AtomicsCasey

Chapter 5
Reflection

January 7, 2022

Presenter

5.1 reflect.Type

Casey

5.2 reflect.Value

Casey

5.3 Creating functions on the fly

Casey

5.4 Tags

Jens

5.5 The three laws of reflection

Jens

...