From 545f28008e0175491af030f8689cab2112fda9ed Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Thu, 11 Apr 2019 20:42:55 -0600 Subject: Begin implementing error handling and re-handling --- modules/caddyhttp/matchers.go | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/caddyhttp/matchers.go') diff --git a/modules/caddyhttp/matchers.go b/modules/caddyhttp/matchers.go index ab179d8..21cc19f 100644 --- a/modules/caddyhttp/matchers.go +++ b/modules/caddyhttp/matchers.go @@ -137,6 +137,7 @@ func (m matchHeader) Match(r *http.Request) bool { return false } +// Interface guards var ( _ RouteMatcher = matchHost{} _ RouteMatcher = matchPath{} -- cgit v1.2.3