dotfiles/doc/golang.md

7 lines
124 B
Markdown
Raw Normal View History

2021-09-26 02:24:31 +00:00
# Debugging
- debug a specific test-case
```sh
dlv test --build-flags='path/to/module' -- -test.run ^TestFunctionName$
```