pgfutter
pgfutter copied to clipboard
Fix and minimal refactoring of the master build
This PR addresses the following:
- Logs fatal errors that would otherwise go unnoticed (e.g. the program used to exit without any output)
- Fixes the master build by replacing
github.com/codegangsta/cliwith the newgithub.com/urfave/cli/v2 - Adds support for go modules
Best, Roman
Can we merge this?
Bump +1
For anybody perusing these PRs. This code does build and run from source. You need to do a git clone and local build rather than a direct go install +1