From d6b61113954ca0ce747633a793d5c5ebf2504e55 Mon Sep 17 00:00:00 2001 From: Travis McLane Date: Wed, 20 Sep 2023 15:07:20 -0500 Subject: [PATCH] noop: import sort --- v3/internal/parser/parser.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/v3/internal/parser/parser.go b/v3/internal/parser/parser.go index 6aacc530..c6cc546b 100644 --- a/v3/internal/parser/parser.go +++ b/v3/internal/parser/parser.go @@ -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