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:
Andrey Nering
2017-10-15 17:58:21 -02:00
parent c53db134c6
commit 33b167215d
15 changed files with 11 additions and 16 deletions

View File

@@ -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"
)