Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 897 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 897 Bytes

Go workshop

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.

Exercises

  • 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.