Follow
Series

Golang

This page has all my Golang Learnings. If you cannot find any specific post, use the search functionality in the top right corner.

Articles in this series

Basic Authentication in HTTP API requests in Golang

Feb 12, 20232 min read 28 views

In Golang, implementing basic authentication in an HTTP API request is relatively straightforward. Once we construct the request, then we have to call...

How to make an HTTP GET request in Golang?
How to use Golang with MySQL?