mirror of
https://github.com/simon987/task_tracker.git
synced 2025-12-14 07:19:02 +00:00
Initial commit
This commit is contained in:
7
storage/error.go
Normal file
7
storage/error.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package storage
|
||||
|
||||
func handleErr(err error) {
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user