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

https://github.com/zored/go_debug_playground


https://github.com/zored/go_debug_playground

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

          

# Go debug playground

- Add config in your IDE:
![](./debug_config.png)
- Put debug breakpoint [here](./main_test.go) in your IDE.
- Run:
```bash
./run.sh debug
```