refactor: qmc don't export internal functions

This commit is contained in:
Unlock Music Dev
2022-11-19 07:25:42 +08:00
parent b275b552ed
commit 4365628bff
8 changed files with 24 additions and 26 deletions

View File

@ -39,7 +39,7 @@ func Test_mapCipher_Decrypt(t *testing.T) {
if err != nil {
t.Fatalf("load testing data failed: %s", err)
}
c, err := NewMapCipher(key)
c, err := newMapCipher(key)
if err != nil {
t.Errorf("init mapCipher failed: %s", err)
return