summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--handlers.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/handlers.go b/handlers.go
index 39151cd..099cb18 100644
--- a/handlers.go
+++ b/handlers.go
@@ -9,6 +9,7 @@ import (
)
var (
+ // NotFoundHandler is a convenience to reduce boilerplate.
NotFoundHandler = http.HandlerFunc(NotFound)
)