Skip to content

Commit 92f77ef

Browse files
committed
gin ro implementation
1 parent 0d97158 commit 92f77ef

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

data/gin-gonic.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@
5050
"items": [{
5151
"definition": "জিন রাউটার ইনিশিয়ালাইজেশন",
5252
"code": "router := gin.Default()"
53+
},{
54+
"definition":"জিন রাউটার ইমপ্লিমেন্টেশন",
55+
"code": "router.GET(\"/\", func(c *gin.Context) {\n\t// এখানে কোড লিখুন\n})"
5356
}]
5457
},
5558
{

0 commit comments

Comments
 (0)