mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-26 20:34:32 +03:00
Forgot to add =>
to comment line.
This commit is contained in:
parent
174f0baa14
commit
7cddab2925
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user