commit | c4854d288a18e1c1608f70694d42e5c75a5b9424 | [log] [tgz] |
---|---|---|
author | Dave Cheney <dave@cheney.net> | Sat Jan 06 14:24:39 2018 +1100 |
committer | Dave Cheney <dave@cheney.net> | Sat Jan 06 14:24:39 2018 +1100 |
tree | 3ce85db0c4105c166669cf32e441ad644e5a7495 | |
parent | 7785a2ef36c08efe5d42d159e1b04150aad9f769 [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 b3472e7..4648b98 100644 --- a/How-to-ask-for-help.md +++ b/How-to-ask-for-help.md
@@ -8,7 +8,7 @@ Always check all errors. It is common to see problems reported with panics due to nil panics due to code line this ``` -result, err := someFunction() +result, err := somefunction() if err != nil { log.Println("oops an error happened", err) // return is missing here