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

improving error handling in a more go way #9

Merged
merged 5 commits into from
Oct 12, 2020
Merged

improving error handling in a more go way #9

merged 5 commits into from
Oct 12, 2020

Commits on Oct 1, 2020

  1. Update reportserver.go

    finfinack committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    0819a02 View commit details
    Browse the repository at this point in the history
  2. Update zipper.go

    clean up some of the error handling: more complex defers are not needed when a potentially returned error is not handled anyway.
    finfinack committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    fdaef8f View commit details
    Browse the repository at this point in the history
  3. Update sender.go

    finfinack committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    2bdd262 View commit details
    Browse the repository at this point in the history
  4. Update listener.go

    reduce complexity of ProcessMessages function. Removing indentation by returning early where possible.
    finfinack committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    144cab0 View commit details
    Browse the repository at this point in the history
  5. Update make.go

    some error refactoring and readability improvements (less indentation) and switch statements where they offer an improvement over ifs.
    finfinack committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    7ebb1a4 View commit details
    Browse the repository at this point in the history