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