MrAndreID / Go Middleware

The MrAndreID/GoMiddleware package is a collection of functions in the go language.
Table of Contents
Install
To use The MrAndreID/GoMiddleware package, you must follow the steps below:
go get -u github.com/MrAndreID/gomiddleware
Usage
To use The MrAndreID/GoMiddleware package, you must combine it with The gorilla/mux package.
Log
router := mux.NewRouter().StrictSlash(true)
router.Handle("/api/v1/", gomiddleware.Log(Documentation)).Methods("GET")
Versioning
I use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
Andrea Adam - MrAndreID
License
MIT licensed. See the LICENSE file for details.
Official Documentation for Go Language
Documentation for Go Language can be found on the Go Language website.
More
Documentation can be found on https://go.dev/.