Files

7 lines
161 B
Go
Raw Permalink Normal View History

2026-08-19 20:50:03 +01:00
package httpserver
import "net/http"
// HandlerPatternMap maps a URL pattern to the handler that serves it.
type HandlerPatternMap map[string]http.HandlerFunc