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

@ -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.