Skip to content

Commit e0ca605

Browse files
authored
Update golang.json
Lambdas
1 parent e1f114d commit e0ca605

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

data/golang.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,19 @@
290290
"items": [{
291291
"code": "switch 2 {"
292292
},
293+
{
294+
"code": "return x > 10000"
295+
},
296+
{
297+
"code": "}"
298+
}
299+
]
300+
},
301+
{
302+
"title": "ল্যাম্বদাস ( Lambdas )",
303+
"items": [{
304+
"code": "myfunc := func() bool {"
305+
},
293306
{
294307
"code": "case 1: \n\t fmt.Println(\"One\"}"
295308
},

0 commit comments

Comments
 (0)