package main import ( "github.com/go-task/task" ) func main() { task.Run() }