Update README.md

This commit is contained in:
Andrew M 2017-04-17 01:45:53 +03:00 committed by GitHub
parent e2212d40c6
commit 18db0546c0

View File

@ -372,7 +372,7 @@ func main() {
``` ```
###Multipart/Urlencoded binding ### Multipart/Urlencoded binding
```go ```go
package main package main
@ -450,7 +450,7 @@ func main() {
} }
``` ```
####Serving static files #### Serving static files
```go ```go
func main() { func main() {
@ -464,7 +464,7 @@ func main() {
} }
``` ```
####HTML rendering #### HTML rendering
Using LoadHTMLTemplates() Using LoadHTMLTemplates()