comment all

This commit is contained in:
2020-01-15 14:59:09 +01:00
parent 41861da83e
commit 63c342d87a
6 changed files with 65 additions and 40 deletions

View File

@@ -25,10 +25,6 @@ func TestCronTask(t *testing.T) {
fmt.Printf("%#v", cronTask())
}
func TestStartTask(t *testing.T) {
fmt.Printf("%#v", startTask())
}
func Test_moop(t *testing.T) {
genURL, err := url.Parse(html.UnescapeString(testMoopURL))