summaryrefslogtreecommitdiffhomepage
path: root/src/http.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/http.go')
-rw-r--r--src/http.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/http.go b/src/http.go
index babf7f8..6feb865 100644
--- a/src/http.go
+++ b/src/http.go
@@ -12,9 +12,10 @@ import (
"strconv"
"strings"
+ . "git.thomasvoss.com/euro-cash.eu/pkg/try"
+
"git.thomasvoss.com/euro-cash.eu/src/dbx"
"git.thomasvoss.com/euro-cash.eu/src/email"
- . "git.thomasvoss.com/euro-cash.eu/src/try"
)
type middleware = func(http.Handler) http.Handler