5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-08 03:51:15 +08:00
wails/v2/internal/frontend/desktop/darwin/inspector.go
2022-11-12 21:02:53 +11:00

12 lines
113 B
Go

//go:build darwin && !dev
package darwin
import (
"unsafe"
)
func showInspector(context unsafe.Pointer) {
}