We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e1bbac commit 480f960Copy full SHA for 480f960
taskmanager/main.go
@@ -5,7 +5,7 @@ import (
5
"net/http"
6
7
"github.com/codegangsta/negroni"
8
- _ "github.com/shijuvar/go-web/taskmanager/common"
+ "github.com/shijuvar/go-web/taskmanager/common"
9
"github.com/shijuvar/go-web/taskmanager/routers"
10
)
11
0 commit comments