Bio
Marcel van Lohuizen works on the Go team at Google.
Before working on the Go team, he worked on search and Borg (Google’s large-scale cluster manager), among other things.
My Talks
Error handling for Go 2
This talk discusses possible error handling improvements for Go 2. The first focus is semantics. I show some particularly tricky cases in Go 1 and how the issues can be mitigated using a package th...
Making your code multilingual using x/text
In this talk I'll show how to use golang.org/x/text to localize and internationalize your applications. After discussing some of the principles and important aspects of the x/text repository, I wil...