From 0b93fbffd9edb0ba86ede6ed9c61fd965f95ad2a Mon Sep 17 00:00:00 2001 From: dudaodong Date: Thu, 27 Jan 2022 11:13:19 +0800 Subject: [PATCH] fix: fix misspell in readme file --- README.md | 2 +- README_zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d10615..2c2844d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/README_zh-CN.md b/README_zh-CN.md index 6c65093..97b6474 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -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