This website requires JavaScript.
Explore
Help
Sign In
odboy
/
cutego
Watch
1
Star
0
Fork
You've already forked cutego
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
12473fd656
cutego
/
core
/
job
/
test_job.go
8 lines
91 B
Go
Raw
Normal View
History
Unescape
Escape
init...
2022-03-01 13:50:13 +08:00
package
job
import
"fmt"
任务调度update
2023-01-18 14:53:01 +08:00
func
TestJob1
(
)
{
fmt
.
Println
(
"无参数任务执行中..."
)
init...
2022-03-01 13:50:13 +08:00
}