We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57703d0 commit f2bdda3Copy full SHA for f2bdda3
router.go
@@ -7,12 +7,12 @@ import (
7
8
"io/ioutil"
9
10
- "github.com/Sirupsen/logrus"
11
"github.com/go-zoo/bone"
12
"github.com/nerdynz/datastore"
13
flow "github.com/nerdynz/flow"
14
"github.com/nerdynz/security"
15
"github.com/nerdynz/view"
+ "github.com/sirupsen/logrus"
16
)
17
18
// CustomRouter wraps gorilla mux with database, redis and renderer
0 commit comments