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

@ -1,6 +1,6 @@
package qmc
func NewStaticCipher() *staticCipher {
func newStaticCipher() *staticCipher {
return &defaultStaticCipher
}