refactor: change module path

This commit is contained in:
Unlock Music Dev
2022-11-19 07:44:44 +08:00
parent 6f1cdc5b4f
commit 14c9d49d46
10 changed files with 19 additions and 18 deletions

View File

@@ -1,8 +1,9 @@
package ncm
import (
"github.com/unlock-music/cli/algo/common"
"strings"
"unlock-music.dev/cli/algo/common"
)
type RawMeta interface {