Merge f4dab1b7ac8d386a286140d60cf783c92119adcd into e2212d40c62a98b388a5eb48ecbdcf88534688ba

This commit is contained in:
Thomas Poindessous 2017-04-24 13:33:37 +00:00 committed by GitHub
commit d20c1c75c4

View File

@ -1,7 +1,8 @@
#Gin Web Framework
# Gin Web Framework
![Logo](https://raw.githubusercontent.com/gin-gonic/gin/master/logo.jpg)
<img align="right" src="https://raw.githubusercontent.com/gin-gonic/gin/master/logo.jpg">
[![Build Status](https://travis-ci.org/gin-gonic/gin.svg)](https://travis-ci.org/gin-gonic/gin)
[![codecov](https://codecov.io/gh/gin-gonic/gin/branch/master/graph/badge.svg)](https://codecov.io/gh/gin-gonic/gin)
[![Go Report Card](https://goreportcard.com/badge/github.com/gin-gonic/gin)](https://goreportcard.com/report/github.com/gin-gonic/gin)
@ -372,7 +373,7 @@ func main() {
```
###Multipart/Urlencoded binding
### Multipart/Urlencoded binding
```go
package main
@ -450,7 +451,7 @@ func main() {
}
```
####Serving static files
#### Serving static files
```go
func main() {
@ -464,7 +465,7 @@ func main() {
}
```
####HTML rendering
#### HTML rendering
Using LoadHTMLTemplates()