Skip to content

Commit c549d9d

Browse files
authored
Golang data type
1 parent cf5398b commit c549d9d

1 file changed

Lines changed: 29 additions & 1 deletion

File tree

data/golang.json

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,34 @@
2828
}
2929
]
3030
},
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+
},
3159
{
3260
"title": "ফাইল প্রিন্ট করা এবং ভ্যারিয়েবল ডিক্লেয়ার করা",
3361
"items": [{
@@ -354,4 +382,4 @@
354382
]
355383
}
356384
]
357-
}
385+
}

0 commit comments

Comments
 (0)