mirror of
https://github.com/go-task/task.git
synced 2024-12-04 10:24:45 +02:00
Move main package to cmd/task
This commit is contained in:
parent
6104b42368
commit
a441fea849
2
.gitignore
vendored
2
.gitignore
vendored
@ -13,4 +13,4 @@
|
||||
# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
|
||||
.glide/
|
||||
|
||||
task
|
||||
./task
|
||||
|
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()
|
||||
}
|
Loading…
Reference in New Issue
Block a user