Forgot to add => to comment line.

This commit is contained in:
Sam Zaydel 2014-07-10 09:25:48 -07:00
parent 174f0baa14
commit 7cddab2925

View File

@ -196,7 +196,7 @@ func learnFlowControl() {
func(a, b int) int {
return (a + b) * 2
}(10, 2)) // Called with args 10 and 2
// Add + double two numbers: 24
// => Add + double two numbers: 24
// When you need it, you'll love it.
goto love