Antonin Carette

A journey into a wild pointer

Recent posts

Sep 15, 2019
A strange strings comparison problem, in Go Let's talk about untyped string constants
Apr 16, 2019
(Un)marshal complex JSON objects, in Go Deep dive into the Hell of Unmarshalling...
Feb 20, 2019
2019, as minimalistic So.
Nov 6, 2018
Struct embedding trick to avoid duplicate code
Nov 3, 2018
`go mod`: manage all your dep as a single unit A simple example of how to use Go modules
Oct 27, 2018
Medium posts
Oct 26, 2018
The `go build` constraints Or how to make your program OS agnostic... at compile time