mirror of
https://github.com/go-task/task.git
synced 2026-07-09 06:55:14 +00:00
chore: move the experiments package out of the internal/ dir
Closes #2014
This commit is contained in:
@@ -12,8 +12,8 @@ import (
|
||||
|
||||
"github.com/go-task/task/v3"
|
||||
"github.com/go-task/task/v3/errors"
|
||||
"github.com/go-task/task/v3/experiments"
|
||||
"github.com/go-task/task/v3/internal/env"
|
||||
"github.com/go-task/task/v3/internal/experiments"
|
||||
"github.com/go-task/task/v3/internal/sort"
|
||||
"github.com/go-task/task/v3/taskfile/ast"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user