Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go test ./... doesn't exclude vendor directory #24039

Closed
gyurobenjamin opened this issue Feb 22, 2018 · 1 comment
Closed

go test ./... doesn't exclude vendor directory #24039

gyurobenjamin opened this issue Feb 22, 2018 · 1 comment

Comments

@gyurobenjamin
Copy link

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)

@gyurobenjamin
Copy link
Author

Sorry, it was a revel issue.

@golang golang locked and limited conversation to collaborators Feb 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants