1
0
mirror of https://github.com/labstack/echo.git synced 2025-11-06 08:59:21 +02:00

fixing a bug in the template example

This commit is contained in:
Chase Hutchins
2015-10-02 12:04:15 -07:00
parent 5a71f202f5
commit b762277b48

View File

@@ -19,7 +19,7 @@ Below is an example using Go `html/template`
- Implement `echo.Render` interface
```go
Template struct {
type Template struct {
templates *template.Template
}