mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-29 17:15:31 +00:00
6 lines
83 B
Go
6 lines
83 B
Go
package server
|
|
|
|
import "net/http"
|
|
|
|
type Middleware func(http.Handler) http.Handler
|