From 5c704512e14edb8bf5a95622b485636da0f0143c Mon Sep 17 00:00:00 2001 From: bergyu Date: Tue, 4 Jan 2022 16:13:58 +0800 Subject: [PATCH] opt app --- misc/app/app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/app/app.go b/misc/app/app.go index 2174698d..b67f39f7 100644 --- a/misc/app/app.go +++ b/misc/app/app.go @@ -1,9 +1,9 @@ package app import ( - "github.com/webview/webview" "shylinux.com/x/ice" kit "shylinux.com/x/toolkits" + "shylinux.com/x/webview" ) type app struct {