Import paths: fix non-alphabetic order

Make gofmt happy about that.
This commit is contained in:
Dmytro Maluka
2025-03-24 23:01:48 +01:00
parent 1bd86a8f79
commit eadc402ae0
19 changed files with 21 additions and 21 deletions

View File

@@ -18,6 +18,7 @@ import (
"github.com/go-errors/errors"
isatty "github.com/mattn/go-isatty"
"github.com/micro-editor/tcell/v2"
lua "github.com/yuin/gopher-lua"
"github.com/zyedidia/micro/v2/internal/action"
"github.com/zyedidia/micro/v2/internal/buffer"
@@ -26,7 +27,6 @@ import (
"github.com/zyedidia/micro/v2/internal/screen"
"github.com/zyedidia/micro/v2/internal/shell"
"github.com/zyedidia/micro/v2/internal/util"
"github.com/micro-editor/tcell/v2"
)
var (