1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-11 08:12:26 +08:00

fix: fix misspell in readme file

This commit is contained in:
dudaodong
2022-01-27 11:13:19 +08:00
parent 349f8b6c97
commit 0b93fbffd9
2 changed files with 2 additions and 2 deletions

View File

@@ -96,7 +96,7 @@ func StructToMap(value interface{}) (map[string]interface{}, error) //convert st
### 2. cryptor is for data encryption and decryption
- Support md5, hmac, aes, des, ras.
- Support md5, hmac, aes, des, rsa.
- Usage: import "github.com/duke-git/lancet/cryptor"
```go