cutego/modules/core/job/test_job.go

8 lines
91 B
Go

package job
import "fmt"
func TestJob1() {
fmt.Println("无参数任务执行中...")
}