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

@ -7,14 +7,14 @@ import (
"github.com/spf13/cobra"
"github.com/spf13/viper"
"gomon/internal/battery"
"gomon/internal/config"
"gomon/internal/model"
"batmon/internal/battery"
"batmon/internal/config"
"batmon/internal/model"
)
func main() {
var rootCmd = &cobra.Command{
Use: "gomon",
Use: "batmon",
Short: "TODO",
Long: `TODO`,
Run: func(cmd *cobra.Command, args []string) {