1
0
mirror of https://github.com/go-task/task.git synced 2025-11-25 22:32:55 +02:00

Move args and taskfile packages to root directory

This commit is contained in:
Damian Szulc
2020-08-19 10:59:58 +02:00
parent 7652d7889b
commit 47dd9b5a03
29 changed files with 25 additions and 25 deletions

View File

@@ -1,7 +1,7 @@
package compiler
import (
"github.com/go-task/task/v3/internal/taskfile"
"github.com/go-task/task/v3/taskfile"
)
// Compiler handles compilation of a task before its execution.