1
0
mirror of https://github.com/go-task/task.git synced 2025-11-25 22:32:55 +02: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:
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

@@ -9,7 +9,7 @@ import (
"strings"
"text/template"
"github.com/go-task/task/execext"
"github.com/go-task/task/internal/execext"
"github.com/Masterminds/sprig"
)