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

cmd/vet: Bad syntax for struct tag value only on go1.4 linux/amd64 #9597

Closed
0xmichalis opened this issue Jan 15, 2015 · 2 comments
Closed

cmd/vet: Bad syntax for struct tag value only on go1.4 linux/amd64 #9597

0xmichalis opened this issue Jan 15, 2015 · 2 comments

Comments

@0xmichalis
Copy link
Contributor

https://travis-ci.org/kargakis/cryptowallet/builds/47078554

Travis complains when vetting on the linux/amd64 tip branch. It's strange because when running locally go vet (go1.4 windows/amd64) I don't get any error back.

@minux
Copy link
Member

minux commented Jan 15, 2015

Are you sure you've installed the latest go vet command?
the stricter struct tag check is just introduced.

go get -u golang.org/x/tools/cmd/vet

@minux minux closed this as completed Jan 15, 2015
@0xmichalis
Copy link
Contributor Author

Yup, you were right, I had to update go vet.

Thanks

@golang golang locked and limited conversation to collaborators Jun 25, 2016
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

3 participants