1 2 3 4 5 6 7 8
// +build !darwin package display // activateWindow is a no-op on non-macOS platforms func activateWindow() { // Nothing needed on Linux/other platforms }