Skip to content

Commit 5f2336c

Browse files
author
Sabbir Ahmed
authored
Merge pull request #1079 from irezaul/patch-14
Update golang.json
2 parents 61b0ca3 + 489a848 commit 5f2336c

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

data/golang.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,16 @@
495495
}
496496
]
497497
},
498+
{
499+
"title": "পিছিয়ে দেয়া ফাংশন | Deferring functions",
500+
"items": [{
501+
"definition": "use defer func | বিলম্বিত করা ফাংশন",
502+
"code":"func main() {\n defer func() {\n fmt.Println(`Ready`)\n }()\n fmt.Println(`Working...`)\n }"
503+
}
504+
]
505+
506+
},
507+
498508
{
499509
"title":"জেনারিক ফাংশন",
500510
"items":[{

0 commit comments

Comments
 (0)