Finish the delete feature.

This commit is contained in:
lishuang
2020-06-21 00:04:11 +08:00
parent 601c60fca7
commit 3fb1d874d5
14 changed files with 212 additions and 4 deletions

View File

@ -16,6 +16,11 @@ func TestHello(t *testing.T) {
split := strings.Split("good", "/")
fmt.Printf("%v", split)
var i int
for i = 1; i < 10; i++ {
fmt.Printf("i=%d\n", i)
}
}
func TestCron(t *testing.T) {