Writing web application in Go can be pretty hard if you take care about login process wich include si...
At some point in time your API need to have versions like /v1 or /v2 (like github API). To implement...
Conditional compilation in Go language is a very nice feature but what if we want to know at runtime...
Basically installing Go working environment means downloading the compiler from https://golang.org,...