Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 542be2f commit bf5b09cCopy full SHA for bf5b09c
ginS/README.md
@@ -11,7 +11,7 @@ import (
11
)
12
13
func main() {
14
- ginS.GET("/", func(c *gin.Context) { c.String("Hello World") })
+ ginS.GET("/", func(c *gin.Context) { c.String(200, "Hello World") })
15
ginS.Run()
16
}
17
```
0 commit comments