5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 06:20:48 +08:00
wails/v2/internal/frontend/desktop/darwin/inspector.go
2023-11-12 12:30:49 +11:00

11 lines
129 B
Go

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