Building a Logging Middleware For A Go Server
In this article, we are going to build a Logging middleware for a Go server built with the package net/http from the standard library. And using the new slog library added to Go 1.21 to create the logging feature.
This article is for people who are s...
carlosmv.hashnode.dev3 min read