Skip to content

Commit

Permalink
Update README_zh.md
Browse files Browse the repository at this point in the history
  • Loading branch information
huhouhua authored Feb 11, 2024
1 parent 7cbefb3 commit 9abe423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func main() {
// 添加 posix shutdown 管理器
gs.AddShutdownManager(shutdown.NewPosixSignalManager())

// 设置错误处理程序
// 设置错误处理程序
gs.SetErrorHandler(shutdown.ErrorFunc(func(err error) {
fmt.Println("Error:", err)
}))
Expand Down

0 comments on commit 9abe423

Please sign in to comment.