mirror of
https://github.com/rwinkhart/rcw.git
synced 2026-08-28 12:56:31 -04:00
6 lines
115 B
Go
6 lines
115 B
Go
//go:build interactive
|
|
|
|
package daemon
|
|
|
|
var socketPath string // interactive clients are not expected to daemonize
|