> For the complete documentation index, see [llms.txt](https://denglj.gitbook.io/essential-go/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://denglj.gitbook.io/essential-go/20-panic-and-recover.md).

# 20 恐慌(panic)和恢复(recover)

- [恐慌(panic)](https://denglj.gitbook.io/essential-go/20-panic-and-recover/panic.md)
- [恢复(recover)](https://denglj.gitbook.io/essential-go/20-panic-and-recover/recover.md)
- [从恐慌中恢复](https://denglj.gitbook.io/essential-go/20-panic-and-recover/recovering-from-panic.md)
- [恐慌的使用场景](https://denglj.gitbook.io/essential-go/20-panic-and-recover/use-cases-for-panic.md)
