Here are some exercises for the introduction to Go Meetup in Google Developer Group Bergen November 2018.
The workshop will get an encore in January 2020 🎉
Here are the slides from the presentation.
- Getting started Simple exercises for those completely new to the language. These will let you familiarize yourself with the syntax and how to compile, and run your programs.
- HTTP Here you will write a simple RESTful server and a CLI client to interact with it.
- Channels Play with channels and goroutines to do some concurrent computing.