Skip to content

Commit

Permalink
Merge pull request #1 from msemenistyi/master
Browse files Browse the repository at this point in the history
update Readme.md. Add code to String method
  • Loading branch information
manucorporat committed Jun 30, 2014
2 parents bd72522 + 899a711 commit 3253ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import "github.com/gin-gonic/gin"
func main() {
r := gin.Default()
r.GET("ping", func(c *gin.Context){
c.String("pong")
c.String(200, "pong")
})

// Listen and server on 0.0.0.0:8080
Expand Down

0 comments on commit 3253ef5

Please sign in to comment.