bradleyjkemp / memviz

Visualize your Go data structures using graphviz
MIT License
1.3k stars 51 forks source link

Fix missing `GO111MODULE` env for 1.12.x and master #37

Closed zchee closed 5 years ago

zchee commented 5 years ago

Currently, failed TravisCI. Maybe needs GO111MODULE env for 1.12.x and master(tip).

zchee commented 5 years ago

golangci-lint run run successfully, but the structcheck suggested unused code on memviz_test.go.

bradleyjkemp commented 5 years ago

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!

zchee commented 5 years ago

@bradleyjkemp np :)