Files
wisp-open/linux_press_daemon_stub.go
T

14 lines
393 B
Go

//go:build !linux
// ============================================================
// WINDOWS-ONLY FILE — Stub for the Linux press daemon.
// On Windows, the press daemon is not used.
// The real implementation is in linux_press_daemon.go
// ============================================================
package main
func (a *App) startLinuxPressDaemon() {}
func stopLinuxPressDaemon() {}