Skip to content

Commit

Permalink
Update README.cn.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gouguoyin authored Dec 10, 2022
1 parent 9637daa commit 4e01ac2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -999,8 +999,8 @@ dongle.Verify.FromBase64Bytes(sign.ToBase64Bytes(), []byte("hello world")).ByRsa
```go
e := dongle.Encrypt.FromString("hello world").ByRsa("xxxx")
if e.Error != nil {
// 错误处理...
log.Fatal(e.Error)
// 错误处理...
log.Fatal(e.Error)
}
fmt.Println(e.ToString())
// 输出
Expand Down Expand Up @@ -1093,4 +1093,4 @@ rsa: invalid public key, please make sure the public key is valid

`Dongle`已获取免费的 JetBrains 开源许可证,在此表示感谢

<a href="https://www.jetbrains.com"><img src="https://github-oss.oss-cn-beijing.aliyuncs.com/jetbrains.png" height="100" alt="JetBrains"/></a>
<a href="https://www.jetbrains.com"><img src="https://github-oss.oss-cn-beijing.aliyuncs.com/jetbrains.png" height="100" alt="JetBrains"/></a>

0 comments on commit 4e01ac2

Please sign in to comment.