Skip to content

Commit b590fc1

Browse files
committed
golang receiver function
1 parent 270f751 commit b590fc1

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

data/golang.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@
298298
}
299299
]
300300
},
301-
{
301+
{
302302
"title": "ল্যাম্বদাস ( Lambdas )",
303303
"items": [{
304304
"code": "myfunc := func() bool {"
@@ -344,6 +344,10 @@
344344
"definition": "আর্গুমেন্ট সহ ফাংশান তৈরি করা",
345345
"code": "func greeting(msg string, nmbr int){}"
346346
},
347+
{
348+
"definition":"রিসিভার সহ ফাংশান তৈরি করা",
349+
"code":"func (p Persion)greeting(msg string, nmbr int) string {}"
350+
},
347351
{
348352
"definition": "বেনামি ফাংশান",
349353
"code": "func () {}()"

0 commit comments

Comments
 (0)