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

https://github.com/aleroxac/goexpert-panicrecover

goexpert-panicrecover
https://github.com/aleroxac/goexpert-panicrecover

fullcycle go goexpert golang panic panic-recover

Last synced: 2 months ago
JSON representation

goexpert-panicrecover

Awesome Lists containing this project

README

        

# goexpert-panicrecover

## Modo de uso
``` shell
### 1. terminal-01: rede o server
go run main.go

### 2. terminal-02: chame a rota /panic
curl -s http://localhost:8080/panic
```