containers / virtcontainers

A Go package for building hardware virtualized container runtimes
Apache License 2.0
139 stars 43 forks source link

check: lint: qemu ineffasign error #650

Closed grahamwhaley closed 6 years ago

grahamwhaley commented 6 years ago

CI=true make check is reporting:

bash .ci/go-lint.sh
qemu.go:595:15:warning: ineffectual assignment to err (ineffassign)
Makefile:52: recipe for target 'check-go-static' failed
make: *** [check-go-static] Error 1

Fix the trivial code problem.