1
0
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:
Andrey Nering
2021-01-07 11:48:33 -03:00
parent 299e27af15
commit 83d25bfa00
10 changed files with 21 additions and 21 deletions

View File

@ -4,10 +4,10 @@ import (
"fmt"
"testing"
"github.com/stretchr/testify/assert"
"github.com/go-task/task/v3/args"
"github.com/go-task/task/v3/taskfile"
"github.com/stretchr/testify/assert"
)
func TestArgsV3(t *testing.T) {