Merge 05fc41d782741540a89fff7d3a1984c8328e84e6 into d5b353c5d5a560322e6d96121c814115562501f7

This commit is contained in:
John Crepezzi 2017-05-03 12:49:10 +00:00 committed by GitHub
commit c2e2d612b7

View File

@ -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()