mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-03 06:20:48 +08:00
12 lines
124 B
Go
12 lines
124 B
Go
//go:build darwin && !(dev || debug)
|
|
|
|
package darwin
|
|
|
|
import (
|
|
"unsafe"
|
|
)
|
|
|
|
func showInspector(context unsafe.Pointer) {
|
|
|
|
}
|