Add race detector to bug report template

This commit is contained in:
Jack Christensen 2023-12-02 09:27:57 -06:00
parent 319c3172f2
commit 31321c2017

View File

@ -37,6 +37,8 @@ func main() {
}
```
Please run your example with the race detector enabled. For example, `go run -race main.go` or `go test -race`.
**Expected behavior**
A clear and concise description of what you expected to happen.