mirror of https://github.com/jackc/pgx.git
Add race detector to bug report template
parent
319c3172f2
commit
31321c2017
.github/ISSUE_TEMPLATE
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue