Updated How to ask for help (markdown)

Dave Cheney 2018-01-06 14:26:19 +11:00
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 {