0xB10C / bademeister-go

Implementation of Bademeister, a mempool watcher and recorder, in Golang.
0 stars 3 forks source link

Add linter for Go code to Makefile #37

Open 0xB10C opened 4 years ago

0xB10C commented 4 years ago

Having a linter in the Makefile and thus in the CI would be a good addition to improve code quality.

golangci-lint would be an option.