We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffb5b47 commit f8f1ca1Copy full SHA for f8f1ca1
1 file changed
data/golang.json
@@ -370,6 +370,34 @@
370
}
371
]
372
},
373
+ {
374
+ "title": "পদ্ধতি ( Methods ) | রিসিভার ( Receivers )",
375
+ "items": [{
376
+ "code": "type Vertex struct {"
377
+ },
378
379
+ "code": "X, Y float64"
380
381
382
+ "code":"}"
383
384
385
+ "code": "func (v Vertex) Abs() float64 {"
386
387
388
389
390
391
+ "code": "}"
392
393
394
+ "code": "v := Vertex{1, 2}"
395
396
397
+ "code": "v.Abs()"
398
+ }
399
+ ]
400
401
{
402
"title": "পয়েন্টার",
403
"items": [{
0 commit comments