Dave Brophy
Dave Brophy
The courtney tool is only available as source, sorry.
To install, use `go get`: ``` go get -u github.com/dave/courtney ```
The target end users of courtney have Go installed so there's not a lot of benefit by distributing a compiled executable. The `go get` installation method is fine. For other...
Sorry for the delay... I'll take a look at this when Go 1.11 is released.
I haven't had time to look at this yet... It probably needs some work to get it aware of modules. PRs welcome!
Yes this is true. Sounds like this should be the default behaviour?
Sounds like a very good idea... I'd be happy for you to implement separate `-v` and `-vv` flags for verbose or extra-verbose... What exactly would we be removing from the...
OK agreed. Feel free to send a PR.
The tests will fail because code has been added without corresponding test. In the Travis log we see:
Thanks for this. It unlikely that I'll have any time to fix bugs like these but it's good to have them documented here.