mirror of
https://github.com/go-task/task.git
synced 2025-06-15 00:15:10 +02:00
Refactor: Fix import order
It should be: stdlib > libs > app
This commit is contained in:
@ -11,10 +11,10 @@ import (
|
||||
"strings"
|
||||
"testing"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
|
||||
"github.com/go-task/task/v3"
|
||||
"github.com/go-task/task/v3/taskfile"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
// fileContentTest provides a basic reusable test-case for running a Taskfile
|
||||
|
Reference in New Issue
Block a user