mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
Updated How to ask for help (markdown)
parent
79298440e6
commit
0a21a8e1c3
@ -25,7 +25,7 @@ You should make sure it is clear that your code is correctly handling all error
|
||||
Further reading:
|
||||
- [Error handling and Go][0]
|
||||
|
||||
### Check that your code is free of data races
|
||||
### Check that your code is free from data races
|
||||
|
||||
Unexpected runtime panics are often caused by data races in your program. If your program contains a data race you need to address the race before asking for help.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user