From ad8a2a7c25d97463581837f49fea2b140e93f0ca Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Wed, 11 Dec 2024 20:56:09 -0500 Subject: [PATCH] providers/import: Remove panic function, because sprig has fail --- providers/import/import.go | 1 - 1 file changed, 1 deletion(-) diff --git a/providers/import/import.go b/providers/import/import.go index 084605d..928c110 100644 --- a/providers/import/import.go +++ b/providers/import/import.go @@ -31,7 +31,6 @@ func (this *Provider) FuncMapFor (document *step.Document) template.FuncMap { document: document, } return template.FuncMap { - "panic": stat.funcPanic, "cancel": stat.funcCancel, "create": stat.funcCreate, "createHTML": stat.funcCreateHTML,