Unintended Side Effects of Using http.DefaultClient in Go

The Internet is plenty of articles that telling why you should not be using http.DefaultClient in Golang (one, two) but they refer to Timeout and MaxIdleConns settings. Today I want to share with you another reason why you should avoid using http.DefaultClient in your code. ...

Go Quickstart

Hi folks! It’s been a long time since I have published the last post, but now I came back with short quickstart guide in Go. In this tutorial, we will configure Go environment in VS Code and write our first program in Go. ...