mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-04 01:50:09 +08:00
[v2] Fix: Remove random C imports
This commit is contained in:
parent
34e622455f
commit
4a740e6186
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
package darwin
|
package darwin
|
||||||
|
|
||||||
import "C"
|
|
||||||
import (
|
import (
|
||||||
"github.com/wailsapp/wails/v2/internal/frontend"
|
"github.com/wailsapp/wails/v2/internal/frontend"
|
||||||
)
|
)
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
package windows
|
package windows
|
||||||
|
|
||||||
import "C"
|
|
||||||
import (
|
import (
|
||||||
"github.com/leaanthony/go-common-file-dialog/cfd"
|
"github.com/leaanthony/go-common-file-dialog/cfd"
|
||||||
"github.com/wailsapp/wails/v2/internal/frontend"
|
"github.com/wailsapp/wails/v2/internal/frontend"
|
||||||
|
Loading…
Reference in New Issue
Block a user