Files
crawlab/backend/main.go
Marvin Zhang 1e4a6f9e07 code cleanup
2022-02-21 09:40:00 +08:00

10 lines
105 B
Go

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