We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf5398b commit c549d9dCopy full SHA for c549d9d
1 file changed
data/golang.json
@@ -28,6 +28,34 @@
28
}
29
]
30
},
31
+ {
32
+ "title": "ডাটা টাইপ",
33
+ "items": [{
34
+ "definition": "অক্ষর",
35
+ "code": "char"
36
+ },
37
38
+ "definition": "পূর্ণসংখ্যা",
39
+ "code": "int/int32/int64"
40
41
42
+ "definition": "ফ্লোটিং পয়েন্ট সংখ্যা",
43
+ "code": "float/float32/float64"
44
45
46
+ "definition": "বুলিয়ান",
47
+ "code": "bool"
48
49
50
+ "definition": "স্ট্রিং",
51
+ "code": "string"
52
53
54
+ "definition":"পয়েন্টার টাইপ",
55
+ "code":"*type (যেকোনো ডাটা টাইপ, যেমন int, float, string)"
56
+ }
57
+ ]
58
59
{
60
"title": "ফাইল প্রিন্ট করা এবং ভ্যারিয়েবল ডিক্লেয়ার করা",
61
"items": [{
@@ -354,4 +382,4 @@
354
382
355
383
356
384
357
-}
385
+}
0 commit comments