Skip to content

Commit f2bdda3

Browse files
committed
logs
1 parent 57703d0 commit f2bdda3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

router.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ import (
77

88
"io/ioutil"
99

10-
"github.com/Sirupsen/logrus"
1110
"github.com/go-zoo/bone"
1211
"github.com/nerdynz/datastore"
1312
flow "github.com/nerdynz/flow"
1413
"github.com/nerdynz/security"
1514
"github.com/nerdynz/view"
15+
"github.com/sirupsen/logrus"
1616
)
1717

1818
// CustomRouter wraps gorilla mux with database, redis and renderer

0 commit comments

Comments
 (0)