This is a new package to reimplement the groute package with new improvements and a better API
6 lines
94 B
Go
6 lines
94 B
Go
package middleware
|
|
|
|
import "net/http"
|
|
|
|
type Middleware = func(next http.Handler) http.Handler
|