Changed the way vendor imports, using the new GO15VENDOREXPERIMENT feature
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ import (
|
||||
_ "expvar"
|
||||
"net/http"
|
||||
|
||||
"github.com/dimiro1/ipe/vendor/github.com/gorilla/mux"
|
||||
"github.com/gorilla/mux"
|
||||
)
|
||||
|
||||
// newRouter is a function that returns a new configured Router
|
||||
|
||||
Reference in New Issue
Block a user