noop: import sort

This commit is contained in:
Travis McLane
2023-09-20 15:09:15 -05:00
parent af8ee6703e
commit d6b6111395
+3 -2
View File
@@ -2,8 +2,6 @@ package parser
import (
"fmt"
"github.com/samber/lo"
"github.com/wailsapp/wails/v3/internal/hash"
"go/ast"
"go/build"
"go/parser"
@@ -14,6 +12,9 @@ import (
"reflect"
"strconv"
"strings"
"github.com/samber/lo"
"github.com/wailsapp/wails/v3/internal/hash"
)
type packagePath = string