Create crond scheduler and dependencies and store to disk
This commit is contained in:
10
scheduler/errors_test.go
Normal file
10
scheduler/errors_test.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package scheduler
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestErr(t *testing.T) {
|
||||
var e, f error
|
||||
e = f
|
||||
e = ErrBadCron
|
||||
f = e
|
||||
}
|
||||
Reference in New Issue
Block a user