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:
@@ -1,9 +1,10 @@
|
||||
package summary
|
||||
|
||||
import (
|
||||
"strings"
|
||||
|
||||
"github.com/go-task/task/v2/internal/logger"
|
||||
"github.com/go-task/task/v2/internal/taskfile"
|
||||
"strings"
|
||||
)
|
||||
|
||||
func Print(l *logger.Logger, t *taskfile.Task) {
|
||||
|
Reference in New Issue
Block a user