officially rename package to batmon

This commit is contained in:
raf 2024-01-11 23:38:08 +03:00
commit c42fccb20a
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29
6 changed files with 35 additions and 15 deletions

View file

@ -3,7 +3,7 @@ package exec
import (
"os/exec"
"gomon/internal/logger"
"batmon/internal/logger"
)
// execute a command with args and returns its output