Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bygui86/go-panic

Example of panic and recover in Golang
https://github.com/bygui86/go-panic

Last synced: 2 days ago
JSON representation

Example of panic and recover in Golang

Awesome Lists containing this project

README

        

# Go panic

Example of panic and recover in Golang

## Run
```shell script
export GO111MODULE=on
go run main.go
```

---

## Links
https://medium.com/swlh/simple-guide-to-panic-handling-and-recovery-in-golang-72d6181ae3e8