Changed the way vendor imports, using the new GO15VENDOREXPERIMENT feature

This commit is contained in:
claudemiro
2015-08-27 23:48:05 -03:00
parent 0bf660183b
commit 341909e600
12 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -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