Skip to content

Commit a15150e

Browse files
committed
golang format string added
1 parent fb1a746 commit a15150e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

data/golang.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,10 @@
376376
"definition": "ডিফল্ট ফরম্যাট এ ভ্যালু দেখা",
377377
"code": "%v"
378378
},
379+
{
380+
"definition":"float ফরম্যাট এ ভ্যালু দেখা",
381+
"code":"%.1f// এখানে 1 হচ্ছে ডিসিম্যাল পজিশন এর সংখ্যা"
382+
},
379383
{
380384
"definition": "ভ্যারিয়েবল এর টাইপ দেখা",
381385
"code": "%T"
@@ -403,6 +407,10 @@
403407
{
404408
"definition": "বেইজ ১৬ তে বড় অক্ষর (A-F) এর ভ্যারিয়েবল প্রিন্ট করা",
405409
"code": "%X"
410+
},
411+
{
412+
"definition": "স্ট্রিং এর সাথে নতুন লাইন যোগ করা",
413+
"code": "\\n"
406414
}
407415
]
408416
}

0 commit comments

Comments
 (0)