commit | 1804902a2944ea1d2d587b39ea1090d2c4211018 | [log] [tgz] |
---|---|---|
author | Jeremy Jackins <jeremyjackins@gmail.com> | Tue Jan 27 22:24:43 2015 +0900 |
committer | Jeremy Jackins <jeremyjackins@gmail.com> | Tue Jan 27 22:24:43 2015 +0900 |
tree | ce3c04281b135a4447f7570288a4c7b8fd266e63 | |
parent | 4399252b98b4a318df0385acda2b1d77176c922b [diff] [blame] |
Updated LockOSThread (markdown)
diff --git a/LockOSThread.md b/LockOSThread.md index 1c9971d..aad4e7d 100644 --- a/LockOSThread.md +++ b/LockOSThread.md
@@ -22,7 +22,7 @@ // Main does not return. If the binary needs to do other work, it // must do it in separate goroutines. func Main() { - for f = range mainfunc { + for f := range mainfunc { f() } }