Code is the best documentation place at the end, and despites the fact that reading it is time consuming and hard to understand, sometimes it could make you happier.
This post is about the unrelated things I found (for now) in docker code.
The meaning of life
Given the name of the blog, this one is not unnoticed to my eyes.
I enjoyed this wink, I mean, the whole file. It is worth to read it all, since all the names are quoted and this quick reference could wake up some interest about someone.
begin:name:=fmt.Sprintf("%s_%s",left[rand.Intn(len(left))],right[rand.Intn(len(right))])ifname=="boring_wozniak"/* Steve Wozniak is not boring */{gotobegin}
I have to say I agree.
At least they are not as hard as the ones in linux code.