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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user