1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-04 21:02:27 +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

View File

@@ -96,7 +96,7 @@ func StructToMap(value interface{}) (map[string]interface{}, error) //struct串
### 2. cryptor加解密包
- 加密函数支持md5, hmac, aes, des, ras
- 加密函数支持md5, hmac, aes, des, rsa
- 导入包import "github.com/duke-git/lancet/cryptor"
```go