Skip to content

Don't call log.Fatal, use panic().#4

Open
smira wants to merge 1 commit intohailocab:masterfrom
smira:fatal-to-panic
Open

Don't call log.Fatal, use panic().#4
smira wants to merge 1 commit intohailocab:masterfrom
smira:fatal-to-panic

Conversation

@smira
Copy link

@smira smira commented Dec 4, 2015

Usually it's not good idea for library to abort process execution
even if error is fatal. Panic seems to be much better choice.

Usually it's not good idea for library to abort process execution
even if error is fatal. Panic seems to be much better choice.
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.

1 participant