fix(darwin): add missing fmt import in webview_window_darwin.go

This commit is contained in:
Lea Anthony 2026-01-04 07:03:57 +11:00
commit 309be59247

View file

@ -853,6 +853,7 @@ static void setContentProtection(void *nsWindow, bool enabled) {
*/
import "C"
import (
"fmt"
"sync"
"sync/atomic"
"unsafe"