Compare commits

...

2 Commits

Author SHA1 Message Date
georgehao
4eba64c3fb feat: update 2023-12-13 10:41:04 +08:00
georgehao
9a60a6bf9c feat: update 2023-12-13 10:37:51 +08:00
2 changed files with 2 additions and 1 deletions

View File

@@ -3,5 +3,6 @@ package main
import "scroll-tech/coordinator/cmd/cron/app" import "scroll-tech/coordinator/cmd/cron/app"
func main() { func main() {
app.Run() app.Run()
} }