mirror of
https://github.com/go-task/task.git
synced 2026-07-02 00:54:22 +00:00
move some packages to the "internal" directory
- this makes it impossible to import these packages outside Task - as a side effect, it makes the root directory cleaner
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
"os"
|
||||
|
||||
"github.com/go-task/task"
|
||||
"github.com/go-task/task/args"
|
||||
"github.com/go-task/task/internal/args"
|
||||
|
||||
"github.com/spf13/pflag"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user