Move Error to constants
This commit is contained in:
parent
4c1e29265e
commit
c7560b2eaa
2 changed files with 7 additions and 2 deletions
5
constants/error.go
Normal file
5
constants/error.go
Normal file
|
@ -0,0 +1,5 @@
|
|||
package constants
|
||||
|
||||
import "fmt"
|
||||
|
||||
var ErrTaskDoesNotExist = fmt.Errorf("Task does not Exist")
|
Loading…
Add table
Add a link
Reference in a new issue