mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
fix: test case issue
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user