Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindAndShowExistingWindow ¶
FindAndShowExistingWindow attempts to show the existing application window On Unix/macOS, this is not supported due to lack of cross-platform window management APIs Returns false to indicate the window could not be activated
Types ¶
type Mutex ¶
type Mutex struct {
// contains filtered or unexported fields
}
Mutex represents a Unix file lock for single instance checking
func CreateMutex ¶
CreateMutex creates a file lock for single instance checking Uses flock (file locking) which is the standard Unix way to implement single instance
Click to show internal directories.
Click to hide internal directories.