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
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (go version)?
1.9.4 linux/amd64 and 1.10 darwin/amd64
Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (go env)?
Official go:1.9 docker and Mac OS 10.12.6
What did you do?
In the project directory: go test ./...
What did you expect to see?
Pass my test with vendor directory such as without vendor directory
What did you see instead?
bitbucket.org/ConsentSystems/core-api/vendor/github.com/revel/revel/logger vendor/github.com/revel/revel/logger/logger.go:160:11: rl.Logger.SetStackDepth undefined (type log15.Logger has no field or method SetStackDepth)
The text was updated successfully, but these errors were encountered:
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?1.9.4 linux/amd64 and 1.10 darwin/amd64
Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?Official go:1.9 docker and Mac OS 10.12.6
What did you do?
In the project directory:
go test ./...
What did you expect to see?
Pass my test with vendor directory such as without vendor directory
What did you see instead?
bitbucket.org/ConsentSystems/core-api/vendor/github.com/revel/revel/logger vendor/github.com/revel/revel/logger/logger.go:160:11: rl.Logger.SetStackDepth undefined (type log15.Logger has no field or method SetStackDepth)
The text was updated successfully, but these errors were encountered: