fix: test case issue

This commit is contained in:
Marvin Zhang
2024-11-19 17:40:44 +08:00
parent 3dc66e48db
commit 98a9c907c9
5 changed files with 47 additions and 40 deletions

View File

@@ -2,9 +2,14 @@ package main
import (
"github.com/crawlab-team/crawlab/core/cmd"
"github.com/crawlab-team/crawlab/core/config"
"github.com/crawlab-team/crawlab/core/utils"
)
func init() {
config.InitConfig()
}
func main() {
go func() {
err := cmd.Execute()