officially rename package to batmon
This commit is contained in:
parent
de13066a62
commit
c42fccb20a
6 changed files with 35 additions and 15 deletions
|
@ -4,8 +4,8 @@ import (
|
|||
"encoding/json"
|
||||
"os"
|
||||
|
||||
"gomon/internal/logger"
|
||||
"gomon/internal/model"
|
||||
"batmon/internal/logger"
|
||||
"batmon/internal/model"
|
||||
)
|
||||
|
||||
// Load loads the battery configuration from a file.
|
||||
|
|
Reference in a new issue