Skip to content

Commit

Permalink
Remove unnecessary template
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jmichalak authored and sfc-gh-asawicki committed Jan 9, 2025
1 parent e088e47 commit 1323cda
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
4 changes: 0 additions & 4 deletions pkg/sdk/poc/generator/templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ var (
structTemplateContent string
StructTemplate, _ = template.New("structTemplate").Parse(structTemplateContent)

//go:embed templates/show_object_method.tmpl
showObjectMethodTemplateContent string
ShowObjectMethodTemplate, _ = template.New("helperMethodTemplate").Parse(showObjectMethodTemplateContent)

//go:embed templates/show_object_id_method.tmpl
showObjectIdMethodTemplateContent string
ShowObjectIdMethodTemplate, _ = template.New("showObjectIdMethodTemplate").Parse(showObjectIdMethodTemplateContent)
Expand Down
6 changes: 0 additions & 6 deletions pkg/sdk/poc/generator/templates/show_object_method.tmpl

This file was deleted.

0 comments on commit 1323cda

Please sign in to comment.