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