5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 00:59:34 +08:00

[v2] Fix: Remove random C imports

This commit is contained in:
Lea Anthony 2021-09-28 20:00:42 +10:00
parent 34e622455f
commit 4a740e6186
2 changed files with 0 additions and 2 deletions

View File

@ -2,7 +2,6 @@
package darwin
import "C"
import (
"github.com/wailsapp/wails/v2/internal/frontend"
)

View File

@ -2,7 +2,6 @@
package windows
import "C"
import (
"github.com/leaanthony/go-common-file-dialog/cfd"
"github.com/wailsapp/wails/v2/internal/frontend"