update go mod

This commit is contained in:
rfyiamcool
2020-07-18 10:34:13 +08:00
parent ca36e174d4
commit 126634fdb3
3 changed files with 27 additions and 0 deletions

11
scheduler_test.go Normal file
View File

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