A simple Go library for chaining middleware functions. This project demonstrates how to build and test a middleware chain in Go.
- Chain multiple middleware functions
- Easy to use and extend
- Includes unit tests
- Clone the repository:
git clone https://github.com/bbcoder-gh/middlewarechain.git
- Run tests:
go test
See chain.go
and chain_test.go
for example usage.
See CONTRIBUTING.md for guidelines.
See LICENSE for details.
Maintained by bbcoder-gh.