mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 19:50:15 +08:00
8 lines
91 B
Go
8 lines
91 B
Go
//go:build darwin && !dev
|
|
|
|
package darwin
|
|
|
|
func showInspector(context unsafe.Pointer) {
|
|
|
|
}
|