mirror of
https://github.com/jahruz67/wisp-open.git
synced 2026-08-08 18:14:08 +00:00
14 lines
393 B
Go
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() {}
|