RENAME : goMP -> gomp

Renaming goMP to gomp as it feels kind of awkward to have two upper case
letters in a name of cli program.
This commit is contained in:
aditya-K2
2021-12-17 01:06:18 +05:30
parent d1f8751af8
commit ae1b05c203
12 changed files with 31 additions and 24 deletions

View File

@@ -4,11 +4,11 @@ import (
"strconv"
"time"
"github.com/aditya-K2/goMP/utils"
"github.com/aditya-K2/gomp/utils"
"github.com/aditya-K2/fuzzy"
"github.com/aditya-K2/goMP/cache"
"github.com/aditya-K2/goMP/config"
"github.com/aditya-K2/gomp/cache"
"github.com/aditya-K2/gomp/config"
"github.com/fhs/gompd/mpd"
"github.com/gdamore/tcell/v2"
"github.com/spf13/viper"