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
e96104b859
commit
79298440e6
@ -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 due to nil panics due to code like this
|
||||
Always check all errors. It is common to see problems reported related to nil panics due to code like this
|
||||
```
|
||||
result, err := somefunction()
|
||||
if err != nil {
|
||||
|
Loading…
x
Reference in New Issue
Block a user