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

@@ -9,12 +9,12 @@ import (
"path/filepath"
"syscall"
"github.com/spf13/pflag"
"github.com/go-task/task/v3"
"github.com/go-task/task/v3/args"
"github.com/go-task/task/v3/internal/logger"
"github.com/go-task/task/v3/taskfile"
"github.com/spf13/pflag"
)
var (