package cronlib import ( "testing" "github.com/stretchr/testify/assert" ) func TestToDO(t *testing.T) { assert.Equal(t, 0, 0) }