mirror of
https://github.com/duke-git/lancet.git
synced 2026-02-15 18:22:27 +08:00
fix: fix misspell in readme file
This commit is contained in:
@@ -96,7 +96,7 @@ func StructToMap(value interface{}) (map[string]interface{}, error) //convert st
|
|||||||
|
|
||||||
### 2. cryptor is for data encryption and decryption
|
### 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"
|
- Usage: import "github.com/duke-git/lancet/cryptor"
|
||||||
|
|
||||||
```go
|
```go
|
||||||
|
|||||||
@@ -96,7 +96,7 @@ func StructToMap(value interface{}) (map[string]interface{}, error) //struct串
|
|||||||
|
|
||||||
### 2. cryptor加解密包
|
### 2. cryptor加解密包
|
||||||
|
|
||||||
- 加密函数支持md5, hmac, aes, des, ras
|
- 加密函数支持md5, hmac, aes, des, rsa
|
||||||
- 导入包:import "github.com/duke-git/lancet/cryptor"
|
- 导入包:import "github.com/duke-git/lancet/cryptor"
|
||||||
|
|
||||||
```go
|
```go
|
||||||
|
|||||||
Reference in New Issue
Block a user