mirror of
https://github.com/gin-gonic/gin.git
synced 2026-01-11 00:56:57 +08:00
Merge f4dab1b7ac8d386a286140d60cf783c92119adcd into e2212d40c62a98b388a5eb48ecbdcf88534688ba
This commit is contained in:
commit
d20c1c75c4
11
README.md
11
README.md
@ -1,7 +1,8 @@
|
||||
|
||||
#Gin Web Framework
|
||||
# Gin Web Framework
|
||||
|
||||

|
||||
|
||||
<img align="right" src="https://raw.githubusercontent.com/gin-gonic/gin/master/logo.jpg">
|
||||
[](https://travis-ci.org/gin-gonic/gin)
|
||||
[](https://codecov.io/gh/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()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user