doc(http/middleware): add Go Reference badge

This commit is contained in:
AJ ONeal 2025-10-11 19:04:58 -06:00
parent e63f7bc1ef
commit 6e04afec1c
No known key found for this signature in database

View File

@ -1,5 +1,7 @@
# http/middleware # http/middleware
[![Go Reference](https://pkg.go.dev/badge/github.com/therootcompany/golib/http/middleware.svg)](https://pkg.go.dev/github.com/therootcompany/golib/http/middleware)
A simple zero-cost middleware handler for Go's native `net/http` `ServeMux`. \ A simple zero-cost middleware handler for Go's native `net/http` `ServeMux`. \
(only 50 lines long, using only `net/http` and `slices`) (only 50 lines long, using only `net/http` and `slices`)