Fix incorrect package path

This commit is contained in:
Emmm Monster
2021-03-02 18:16:19 +08:00
parent 379b52295e
commit 939cfd38d0
11 changed files with 22 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
package ncm
import (
"github.com/umlock-music/cli/algo/common"
"github.com/unlock-music/cli/algo/common"
"strings"
)