new version qnc

This commit is contained in:
2025-04-11 13:10:17 +08:00
parent 91db6239d9
commit b0cbe2e81d
162 changed files with 1361 additions and 1556 deletions

View File

@@ -25,7 +25,7 @@
```go
import (
"fmt"
"tydata-server/pkg/lzkit/crypto"
"qnc-server/pkg/lzkit/crypto"
)
func encryptMobileExample() {

View File

@@ -3,7 +3,7 @@ package md5_test
import (
"fmt"
"log"
"tydata-server/pkg/lzkit/md5"
"qnc-server/pkg/lzkit/md5"
)
func Example() {