5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 21:10:54 +08:00

[darwin, inspector] Fix build (#2082)

This commit is contained in:
stffabi 2022-11-12 11:02:53 +01:00 committed by GitHub
parent f6e46ac1c3
commit 0607777bec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,10 @@
package darwin
import (
"unsafe"
)
func showInspector(context unsafe.Pointer) {
}