Skip to content

Commit 480f960

Browse files
committed
main.go
1 parent 9e1bbac commit 480f960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

taskmanager/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"net/http"
66

77
"github.com/codegangsta/negroni"
8-
_ "github.com/shijuvar/go-web/taskmanager/common"
8+
"github.com/shijuvar/go-web/taskmanager/common"
99
"github.com/shijuvar/go-web/taskmanager/routers"
1010
)
1111

0 commit comments

Comments
 (0)