Skip to content

Commit

Permalink
change README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CC11001100 committed Nov 24, 2022
1 parent 269211f commit 3e52359
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

# 一、这是什么?为什么会有这个?

在其他语言中有try-catch的实现,但是在Go里面并没有提供try-catch的实现,更蛋疼的是Go里面很多操作又很容易panic,对panic的捕获很麻烦,粒度不好区分,因此就想着能不能引入一个库解决这个问题
在其他语言中有try-catch的实现,但是在Go里面并没有提供try-catch的实现,更蛋疼的是Go里面很多操作又很容易panic,对panic的捕获很麻烦,粒度不好区分,因此就想着能不能引入一个库解决一部分这种问题

当然这不是一个好的最佳实践,只是我们需要让业务能够正常跑起来更健壮以免隔三差五背锅,仅此而已!
当然这种方式并不是一个好的最佳实践,只是我们需要让业务能够正常跑起来更健壮以免隔三差五背锅,仅此而已!

最后,切记:错误应该被尽早的暴露出来,而不是一味的掩盖![]()
最后,切记:错误应该被尽早的暴露出来,而不是一味的掩盖!

# 二、安装

Expand Down

0 comments on commit 3e52359

Please sign in to comment.