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

chore: move the experiments package out of the internal/ dir

Closes #2014
This commit is contained in:
Andrey Nering
2025-04-21 13:55:24 -03:00
parent c2123dc016
commit 3976e8372a
12 changed files with 9 additions and 9 deletions

View File

@@ -27,7 +27,7 @@ import (
"github.com/go-task/task/v3"
"github.com/go-task/task/v3/errors"
"github.com/go-task/task/v3/internal/experiments"
"github.com/go-task/task/v3/experiments"
"github.com/go-task/task/v3/internal/filepathext"
"github.com/go-task/task/v3/taskfile/ast"
)