From: Bjørn Erik Pedersen Date: Mon, 1 May 2017 13:57:52 +0000 (+0200) Subject: tpl/partials: Remouve unused method X-Git-Tag: v0.21~61 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e2b067f0504ba41ef45786e2f83d7002bd13a7eb;p=brevno-suite%2Fhugo tpl/partials: Remouve unused method --- diff --git a/tpl/partials/partials.go b/tpl/partials/partials.go index a57edcae..fa4fa4e0 100644 --- a/tpl/partials/partials.go +++ b/tpl/partials/partials.go @@ -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) {