5 lines
93 B
Go
5 lines
93 B
Go
package constants
|
|
|
|
import "fmt"
|
|
|
|
var ErrTaskDoesNotExist = fmt.Errorf("Task does not Exist")
|