Updated How to ask for help (markdown)

Dave Cheney 2018-01-06 18:33:59 +11:00
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 {