Skip to content

Commit 2557595

Browse files
author
Sabbir Ahmed
authored
Merge pull request #1068 from devsonket/revert-1061-golang
Revert "Added Golang interface example"
2 parents da52b0e + 8cc1c11 commit 2557595

2 files changed

Lines changed: 0 additions & 16 deletions

File tree

data/gin-gonic.json

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

data/golang.json

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -298,19 +298,6 @@
298298
},
299299
{
300300
"code": "fmt.Println(aDoctor)"
301-
},
302-
{
303-
"definition": "বেনামী স্ট্রাক্ট(Anonymous structs)",
304-
"code":"point := struct {\n\tX, Y int\n}{1, 2}"
305-
}
306-
307-
]
308-
},
309-
{
310-
"title": "ইন্টারফেস উদাহরণ",
311-
"items":[
312-
{
313-
"code": "type Shape interface {\n Area() float64\n Perimeter() float64\n}"
314301
}
315302
]
316303
},

0 commit comments

Comments
 (0)