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

doc: add doc for DeepClone function

This commit is contained in:
dudaodong
2023-02-16 11:53:28 +08:00
parent 215b79140d
commit f8f58cae10
4 changed files with 134 additions and 0 deletions

View File

@@ -83,6 +83,7 @@ import "github.com/duke-git/lancet/convertor"
- [StructToMap](https://github.com/duke-git/lancet/blob/v1/docs/convertor.md#StructToMap)
- [EncodeByte](https://github.com/duke-git/lancet/blob/v1/docs/convertor.md#EncodeByte)
- [DecodeByte](https://github.com/duke-git/lancet/blob/v1/docs/convertor.md#DecodeByte)
- [DeepClone](https://github.com/duke-git/lancet/blob/v1/docs/convertor.md#DeepClone)
### 2. Cryptor package is for data encryption and decryption.