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
- Host: GitHub
- URL: https://github.com/aleroxac/goexpert-panicrecover
- Owner: aleroxac
- Created: 2024-04-20T14:35:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-20T14:51:53.000Z (about 1 year ago)
- Last Synced: 2025-01-16T16:23:39.884Z (4 months ago)
- Topics: fullcycle, go, goexpert, golang, panic, panic-recover
- Language: Go
- Homepage: https://github.com/aleroxac/goexpert-panicrecover
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```