Fix function comments
This commit is contained in:
parent
0990f5bafe
commit
890ff550eb
3 changed files with 8 additions and 3 deletions
1
type.go
1
type.go
|
@ -4,6 +4,7 @@ import (
|
|||
"io"
|
||||
)
|
||||
|
||||
// Renderer renders a template
|
||||
type Renderer interface {
|
||||
Render(w io.Writer, template string, data interface{}, c *Context) error
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue