mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-18 08:29:55 +01:00
fix(darwin): add missing fmt import in webview_window_darwin.go
This commit is contained in:
parent
12ad4fe2da
commit
309be59247
1 changed files with 1 additions and 0 deletions
|
|
@ -853,6 +853,7 @@ static void setContentProtection(void *nsWindow, bool enabled) {
|
|||
*/
|
||||
import "C"
|
||||
import (
|
||||
"fmt"
|
||||
"sync"
|
||||
"sync/atomic"
|
||||
"unsafe"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue