Skip to content

Commit

Permalink
Some bug with the merge
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielFillol committed Apr 21, 2022
1 parent 3727211 commit 4458e0d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Error/error.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package Error

func CheckError(err error) {
if err != nil {
panic(err.Error())
}
}

0 comments on commit 4458e0d

Please sign in to comment.