-
Notifications
You must be signed in to change notification settings - Fork 204
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
vg/vggio: first import of a Gio-backed canvas #628
Conversation
done. |
the lint failure (unable to inspect a dependency that uses not sure what to do at this point. |
The golangci-lint failure is irritating. I will file an issue to them about that later. |
I think I understand this failure; the GitHub action that runs golangci-lint does not have the Cgo dependencies installed (the travis build does, but it's independent). You will need to have pre-install step in a .golangci.yml file that installs those deps, see https://github.com/gonum/gonum/blob/master/.github/workflows/golangci-lint.yml and then adding something like
|
nice catch. |
Updates #627.