-
-
Notifications
You must be signed in to change notification settings - Fork 620
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
gas does not work properly if gopkg.in/yaml.v2 is installed in vendor folder - there may be other packages affected. #144
Comments
Had a similar issue and the |
One side note, if you use the loader branch, be warned that
|
I believe this has been addressed in #146.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example code from: https://github.com/go-yaml/yaml
gopkg.in/yaml.v2 not installed - works as expected:
gopkg.in/yaml.v2 installed in vendor folder:
gopkg.in/yaml.v2 installed in GOPATH
Remove all vendoring stuff:
The text was updated successfully, but these errors were encountered: