Tobias Schwab stellt das Thema vor
Go
Go - a practical introduction
I will show what it is like to work on a go service which runs in a SOA-like environment covering:
- net/http (client and server)
- io (stream processing)
- encoding/json
- goroutines (concurrency)
- testing
- templating (html/template, ego)
- tooling
Not intended to be a theoretical "these are the concepts and building blocks of go" kind of talk.