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 →

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 →