mirror of
https://github.com/go-task/task.git
synced 2025-11-23 22:24:45 +02:00
Move main package to cmd/task
This commit is contained in:
9
cmd/task/task.go
Normal file
9
cmd/task/task.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/go-task/task"
|
||||
)
|
||||
|
||||
func main() {
|
||||
task.Run()
|
||||
}
|
||||
Reference in New Issue
Block a user