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

Using logging and better error handling #6

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

enkeyz
Copy link

@enkeyz enkeyz commented Feb 4, 2022

Hey!

Would like to contribute this project, because I noticed that instead of the log package, this project uses the fmt package for printing error messages, and also, in many places, panic is used, where you could just handle the errors gracefully: logging with log.Fatal or in other way.

I'd like to work on the error handling, if the project is up for PRs.

@enkeyz enkeyz changed the title Using logging Using logging and better error handling Feb 4, 2022
@micheleriva
Copy link
Owner

Hi @enkeyz thank you so much! Any contribution is welcome 🙂

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.

2 participants