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,8 +4,8 @@ import (
"image"
"os"
"github.com/aditya-K2/goMP/cache"
"github.com/aditya-K2/goMP/utils"
"github.com/aditya-K2/gomp/cache"
"github.com/aditya-K2/gomp/utils"
"github.com/nfnt/resize"
"github.com/spf13/viper"
"gitlab.com/diamondburned/ueberzug-go"