mirror of
https://github.com/golang/go.git
synced 2024-11-22 05:40:42 +00:00
Updated How to ask for help (markdown)
parent
06804de803
commit
6b17f3bbc4
@ -6,7 +6,7 @@ Before asking for help, please check that you've addressed the following common
|
||||
|
||||
### Always check all errors
|
||||
|
||||
Always check all errors. It is common to see problems reported with panics due to nil panics due to code line this
|
||||
Always check all errors. It is common to see problems reported due to nil panics due to code like this
|
||||
```
|
||||
result, err := somefunction()
|
||||
if err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user