1
0
mirror of https://github.com/go-task/task.git synced 2025-01-12 04:34:11 +02:00

rearrange imports

This commit is contained in:
jaedle 2019-03-04 12:03:28 +01:00
parent f945cf2343
commit 34f6da86c3

View File

@ -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) {