Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix and minimal refactoring of the master build #73

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

romnn
Copy link

@romnn romnn commented Sep 2, 2020

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/cli with the new github.com/urfave/cli/v2
  • Adds support for go modules

Best, Roman

romnnn and others added 10 commits November 20, 2019 14:12
Errors are properly logged to stderr and github.com/codegangsta/cli was replaced by github.com/urfave/cli.
This includes the open pull request at lukasmartinelli#67
Replaces github.com/codegangsta/cli with github.com/urfave/cli
Additionally, obsolete sudo parameter was removed and linux was set explicitly
@the0rem
Copy link

the0rem commented May 24, 2021

Can we merge this?

@AddictArts
Copy link

Bump +1

@drush
Copy link

drush commented Feb 1, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants