Closed zchee closed 5 years ago
golangci-lint run
run successfully, but the structcheck
suggested unused code on memviz_test.go
.
I added a comment to suppress the lint error for that struct (it now fails because of a different missing binary 🙄 but at least this is closer to working again). Thanks for fixing this!
@bradleyjkemp np :)
Currently, failed TravisCI. Maybe needs
GO111MODULE
env for 1.12.x and master(tip).