Changed the way vendor imports, using the new GO15VENDOREXPERIMENT feature
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ import (
|
||||
"fmt"
|
||||
"sync"
|
||||
|
||||
log "github.com/dimiro1/ipe/vendor/github.com/golang/glog"
|
||||
log "github.com/golang/glog"
|
||||
)
|
||||
|
||||
// An App
|
||||
|
||||
Reference in New Issue
Block a user