mirror of
https://github.com/go-task/task.git
synced 2026-06-11 09:51:50 +00:00
10 lines
81 B
Go
10 lines
81 B
Go
package main
|
|
|
|
import (
|
|
"github.com/go-task/task"
|
|
)
|
|
|
|
func main() {
|
|
task.Run()
|
|
}
|