Skip to content

Commit 1323cda

Browse files
sfc-gh-jmichalaksfc-gh-asawicki
authored andcommitted
Remove unnecessary template
1 parent e088e47 commit 1323cda

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

pkg/sdk/poc/generator/templates.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ var (
2424
structTemplateContent string
2525
StructTemplate, _ = template.New("structTemplate").Parse(structTemplateContent)
2626

27-
//go:embed templates/show_object_method.tmpl
28-
showObjectMethodTemplateContent string
29-
ShowObjectMethodTemplate, _ = template.New("helperMethodTemplate").Parse(showObjectMethodTemplateContent)
30-
3127
//go:embed templates/show_object_id_method.tmpl
3228
showObjectIdMethodTemplateContent string
3329
ShowObjectIdMethodTemplate, _ = template.New("showObjectIdMethodTemplate").Parse(showObjectIdMethodTemplateContent)

pkg/sdk/poc/generator/templates/show_object_method.tmpl

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)