lunixbochs / struc

Better binary packing for Go
MIT License
564 stars 42 forks source link

fix go vet issue #54

Closed mewmew closed 6 years ago

mewmew commented 6 years ago

Prior to this commit, the test cases were failing on Go 1.10, as the latest version of Go enables go vet by default when running go test.

./types_test.go:41: Errorf call needs 1 arg but has 2 args
FAIL    github.com/lunixbochs/struc [build failed]