Skip to content

Commit 48cbd9f

Browse files
committed
title english to bangla
1 parent dd2c218 commit 48cbd9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data/gin-gonic.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
]
119119
},
120120
{
121-
"title":"file upload",
121+
"title":"ফাইল উপলোড",
122122
"items":[{
123123
"definition":"একটি ফাইল আপলোড করা",
124124
"code":"router.POST(\"/upload\", func(c *gin.Context) {\n\tfile, _ := c.FormFile(\"file\")\n\tc.SaveUploadedFile(file, file.Filename)\n})"

0 commit comments

Comments
 (0)