Merge 90da7bd9e8a97a21e355efd05a599016b5deee56 into d5b353c5d5a560322e6d96121c814115562501f7

This commit is contained in:
Anton Podviaznikov 2017-05-03 20:42:43 +00:00 committed by GitHub
commit ac9e423bfc

View File

@ -451,7 +451,7 @@ func main() {
} }
``` ```
####Serving static files #### Serving static files
```go ```go
func main() { func main() {
@ -465,7 +465,7 @@ func main() {
} }
``` ```
####HTML rendering #### HTML rendering
Using LoadHTMLTemplates() Using LoadHTMLTemplates()