tpl/partials: Remouve unused method

This commit is contained in:
Bjørn Erik Pedersen 2017-05-01 15:57:52 +02:00
parent 0e2260421e
commit e2b067f050

View file

@ -46,10 +46,6 @@ type Namespace struct {
cachedPartials partialCache
}
func (ns *Namespace) Foo(i interface{}) {
}
// Include executes the named partial and returns either a string,
// when the partial is a text/template, or template.HTML when html/template.
func (ns *Namespace) Include(name string, contextList ...interface{}) (interface{}, error) {