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
@@ -9,7 +9,7 @@ import (
"fmt"
"github.com/dimiro1/ipe/ipe"
log "github.com/dimiro1/ipe/vendor/github.com/golang/glog"
log "github.com/golang/glog"
)
// Main function, initialze the system