feat(smalltrip): new smalltrip package
This is a new package to reimplement the groute package with new improvements and a better API
This commit is contained in:
5
middleware/middleware.go
Normal file
5
middleware/middleware.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package middleware
|
||||
|
||||
import "net/http"
|
||||
|
||||
type Middleware = func(next http.Handler) http.Handler
|
||||
Reference in New Issue
Block a user