loong / go-concurrency-exercises

Hands on exercises with real-life examples to study and practice Go concurrency patterns. Test-cases are provided to verify your answers.
Other
1.11k stars 378 forks source link

Finally making use of go mod #22

Closed loong closed 1 year ago

loong commented 1 year ago

Hello everyone,

I'm grateful to come back to this project and see we have passed 500 stars! This project was originally made for fun to show at a Go Meetup in Hsinchu, Taiwan (where only 2 other people showed up).

This repo def deserves some revamping! Most of this was made back in 2016, and Go as a language has evolved since then!

The first step is to finally introduce go modules 👍