morffix/constants/error.go
2024-05-21 16:29:30 +02:00

5 lines
93 B
Go

package constants
import "fmt"
var ErrTaskDoesNotExist = fmt.Errorf("Task does not Exist")