mirror of
https://github.com/rwinkhart/rcw.git
synced 2026-08-28 04:46:42 -04:00
8 lines
88 B
Go
8 lines
88 B
Go
package daemon
|
|
|
|
import (
|
|
"os"
|
|
)
|
|
|
|
var binPath, _ = os.Executable() // store binary path
|