Files
crawlab/backend/main.go
2024-06-14 16:51:09 +08:00

10 lines
105 B
Go

package main
import (
"github.com/crawlab-team/crawlab/core/cmd"
)
func main() {
_ = cmd.Execute()
}