mirror of
https://github.com/go-task/task.git
synced 2025-06-27 00:51:05 +02:00
Refactor: Fix import order
It should be: stdlib > libs > app
This commit is contained in:
@ -3,10 +3,10 @@ package taskfile_test
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/go-task/task/v3/taskfile"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
"gopkg.in/yaml.v3"
|
||||
|
||||
"github.com/go-task/task/v3/taskfile"
|
||||
)
|
||||
|
||||
func TestCmdParse(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user