remove old doc
This commit is contained in:
parent
d7911efd06
commit
d21ed816f2
4
tplx.go
4
tplx.go
|
@ -19,10 +19,6 @@ var (
|
||||||
)
|
)
|
||||||
|
|
||||||
// Renderer is an interface for rendering templates.
|
// Renderer is an interface for rendering templates.
|
||||||
//
|
|
||||||
// Render writes the output of the specified template to the provided writer. The
|
|
||||||
// name parameter specifies the template to execute, data provides the context
|
|
||||||
// data for the template, and funcs provides additional template functions.
|
|
||||||
type Renderer interface {
|
type Renderer interface {
|
||||||
Render(w io.Writer, name string, data any, funcs template.FuncMap) error
|
Render(w io.Writer, name string, data any, funcs template.FuncMap) error
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue