This commit is contained in:
Aliberk Sandıkçı 2023-07-31 08:44:27 +03:00
parent f5d196a1a7
commit 115a7b6ddc
Signed by: asandikci
GPG Key ID: 25C67A03B5666BC1
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@ func main() {
log.Print("- - - - - - - - - - - - - - -") log.Print("- - - - - - - - - - - - - - -")
log.Print("daemon started") log.Print("daemon started")
log.Print(d, err)
// process, err := os.FindProcess(1)
// daemon.SendCommands(process)
for true { for true {
Info() Info()