mirror of
https://github.com/go-task/task.git
synced 2025-08-10 22:42:19 +02:00
rearrange imports
This commit is contained in:
2
task.go
2
task.go
@@ -3,7 +3,6 @@ package task
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"github.com/go-task/task/v2/internal/summary"
|
||||
"io"
|
||||
"os"
|
||||
"sync/atomic"
|
||||
@@ -14,6 +13,7 @@ import (
|
||||
"github.com/go-task/task/v2/internal/execext"
|
||||
"github.com/go-task/task/v2/internal/logger"
|
||||
"github.com/go-task/task/v2/internal/output"
|
||||
"github.com/go-task/task/v2/internal/summary"
|
||||
"github.com/go-task/task/v2/internal/taskfile"
|
||||
"github.com/go-task/task/v2/internal/taskfile/read"
|
||||
"github.com/go-task/task/v2/internal/taskfile/version"
|
||||
|
Reference in New Issue
Block a user