officially rename package to batmon
This commit is contained in:
parent
de13066a62
commit
c42fccb20a
6 changed files with 35 additions and 15 deletions
8
main.go
8
main.go
|
@ -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) {
|
||||
|
|
Reference in a new issue