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

Avoid go vet errors of "composite literal uses unkeyed fields" in tutorial #12

Open
danackerson opened this issue Oct 25, 2016 · 0 comments

Comments

@danackerson
Copy link

by including X & Y field names in engo.Point declarations (e.g. in traffic.go demo).

Position: engo.Point{X: 10, Y: 10},

Definitely a very minor issue, but it cost me a few minutes trying to find out what the error meant and how to fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants