mirror of
https://github.com/gin-gonic/gin.git
synced 2026-01-11 00:56:57 +08:00
Merge 18db0546c081849722b4042dfc5ec07b76e0489d into d5b353c5d5a560322e6d96121c814115562501f7
This commit is contained in:
commit
d84b82e860
@ -373,7 +373,7 @@ func main() {
|
||||
```
|
||||
|
||||
|
||||
###Multipart/Urlencoded binding
|
||||
### Multipart/Urlencoded binding
|
||||
```go
|
||||
package main
|
||||
|
||||
@ -451,7 +451,7 @@ func main() {
|
||||
}
|
||||
```
|
||||
|
||||
####Serving static files
|
||||
#### Serving static files
|
||||
|
||||
```go
|
||||
func main() {
|
||||
@ -465,7 +465,7 @@ func main() {
|
||||
}
|
||||
```
|
||||
|
||||
####HTML rendering
|
||||
#### HTML rendering
|
||||
|
||||
Using LoadHTMLTemplates()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user