commit | 79298440e60539bb898381727f990cddec1e46d0 | [log] [tgz] |
---|---|---|
author | Dave Cheney <dave@cheney.net> | Sat Jan 06 18:33:59 2018 +1100 |
committer | Dave Cheney <dave@cheney.net> | Sat Jan 06 18:33:59 2018 +1100 |
tree | 9246641036af8492541d665e7922843a9c9577a4 | |
parent | e96104b859c73a0f80a7d1dd48d0f733c7aa876f [diff] [blame] |
Updated How to ask for help (markdown)
diff --git a/How-to-ask-for-help.md b/How-to-ask-for-help.md index 84d064e..862a4a1 100644 --- a/How-to-ask-for-help.md +++ b/How-to-ask-for-help.md
@@ -6,7 +6,7 @@ ### 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 {