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/286346715
Zoom: https://us02web.zoom.us/j/84281187589
Discord: https://bit.ly/35RhGXM
O’Reilly: https://learning.oreilly.com/library/view/learning-go/9781492077206/
Github: https://github.com/learning-go-book

We’re not interested in Chapter 14 (on Reflect, Unsafe, and Cgo), and we’d prefer to learn the final form of generics in Go elsewhere, so this is our final chapter of Learning Go!

Finished!

Congratulations everyone, we’ve finished the book!

Excellent book

Chapter 13
Writing Tests

June 17, 2020

Presenter

The Basics of Testing

Amish

Table Tests

Amish

Checking Your Code Coverage

Sam

Benchmarks

Sam

Stubs in Go

Sam

httptest

Casey

Integration Tests and Build Tags

Casey

Finding Concurrency Problems with the Race Checker

Casey

We’re not interested in Chapter 14 (on Reflect, Unsafe, and Cgo), and we’d prefer to learn the final form of generics in Go elsewhere, so this is our final chapter of Learning Go!

Chapter 12
The Context

May 27, 2020

Presenter

What is the Context?

Amish

Cancellation

Sam

Timers

Sam

Handling Context Cancellation in Your Own Code

Casey

Values

Amish

...