Skip to content

Commit

Permalink
Coming back to this later on...
Browse files Browse the repository at this point in the history
  • Loading branch information
Skarlso committed Sep 18, 2019
1 parent 30a2202 commit cc2a898
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions handle/handle.go
@@ -1,7 +1,6 @@
package handle

import (
"errors"
"log"
)

Expand All @@ -13,7 +12,6 @@ var LogFatalf = log.Fatalf
// the defined fatal error handler function.
func Error(err error) {
if err != nil {
err = errors.Unwrap(err)
Fatal("Error occurred:", err)
}
}
Expand Down

0 comments on commit cc2a898

Please sign in to comment.