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.
2 parents 542be2f + bf5b09c commit f931d1eCopy full SHA for f931d1e
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