Every compiler, including Golang’s, optimizes our code to an extent. This makes our build faster and outputs a smaller and probably more efficient binary. However, I believe that sometimes you should take a look under the hood to understand how things work. …