This repo contains the materials of my course about Go for GDG Marbella
29 junio - 9 julio 2020
https://www.meetup.com/es-ES/GDG-Marbella/events/271102791
The repo is organized in four branches:
Session | Branch | Comment |
---|---|---|
1st | concurrence | Basics and concurrent programming |
2nd | http | HTTP: Client, Server, TLS. Testing HTTP Services |
3rd | net | The main utilities and objects in the net package |
4th | proyect | The final proyect where you can try the concepts learned |
This is a fast-forward course, so it's a good idea to previously know something about the language syntax and basic features. The best places to start in my opinion is A Tour of Go or Go by Example