Go: using Docker
Go

Go: using Docker

In this article, we'll explore how to use Go with Docker, step-by-step, to make the most of these complementary technologies.
Read more
Go: how to make HTTP requests
Go

Go: how to make HTTP requests

In this article, we'll explore how to make a simple HTTP request using Go's standard "net/http" package. We'll make a GET request to a web server and read the response.
Read more