You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make test go fmt ./... go test -short ./... blockdb/blockdb.go:13:2: cannot find package "github.com/golang/glog" in any of: /Users/sggb/go/src/github.com/iotexproject/iotex-core/vendor/github.com/golang/glog (vendor tree) /usr/local/Cellar/go/1.10.1/libexec/src/github.com/golang/glog (from $GOROOT) /Users/sggb/go/src/github.com/golang/glog (from $GOPATH) make: *** [test] Error 1
The text was updated successfully, but these errors were encountered:
When I run make test, there is an error:
make test go fmt ./... go test -short ./... blockdb/blockdb.go:13:2: cannot find package "github.com/golang/glog" in any of: /Users/sggb/go/src/github.com/iotexproject/iotex-core/vendor/github.com/golang/glog (vendor tree) /usr/local/Cellar/go/1.10.1/libexec/src/github.com/golang/glog (from $GOROOT) /Users/sggb/go/src/github.com/golang/glog (from $GOPATH) make: *** [test] Error 1
The text was updated successfully, but these errors were encountered: