mirror of
https://github.com/go-task/task.git
synced 2025-11-27 22:38:20 +02:00
Move args and taskfile packages to root directory
This commit is contained in:
4
task.go
4
task.go
@@ -16,8 +16,8 @@ import (
|
||||
"github.com/go-task/task/v3/internal/logger"
|
||||
"github.com/go-task/task/v3/internal/output"
|
||||
"github.com/go-task/task/v3/internal/summary"
|
||||
"github.com/go-task/task/v3/internal/taskfile"
|
||||
"github.com/go-task/task/v3/internal/taskfile/read"
|
||||
"github.com/go-task/task/v3/taskfile"
|
||||
"github.com/go-task/task/v3/taskfile/read"
|
||||
|
||||
"golang.org/x/sync/errgroup"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user