matryer / moq

Interface mocking tool for go generate
http://bit.ly/meetmoq
MIT License
2k stars 127 forks source link

Test on supported versions of Go #78

Closed romanlevin closed 5 years ago

romanlevin commented 6 years ago

Golint won't even install currently.

Also change the go get command to use golang.org/x/lint/golint.

Fixes #75

breml commented 6 years ago

@matryer LGTM, could you please merge this one. I would then rebase all my currently open PR to this, such that they run successfully with travis CI.

breml commented 5 years ago

@matryer ping