Go format flags

[!info] Official sources The information below comes from the original documentation on the fmt package, with minor typesetting adjustments to make it more accessible. General %v the value in a default format when printing structs, the plus flag (…
Read more →

Nick Groenen’s résumé

My professional career covers 10 years of experience in infrastructure and IT operations, currently as Site Reliability Engineering team lead at Castor. I have managed various teams across multiple companies, with my sweet spot appearing to be the growing of small- to medium-sized teams responsible for managing software infrastructure, especially in regulated and safety-critical environments.
Read more →

Plugins in Go 1.8

A look at the new plugin package coming in Go 1.8 - a bit of background, a look on how to make use of it and some of its (current) limitations. Recent Go releases have introduced a number of different ways to compile Go code. With Go 1.5 for example …
Read more →