Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mmchougule committed Jun 15, 2024
1 parent f6b37bd commit 59c0a80
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions scaffold/embed.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,5 @@ import (
_ "embed"
)

//go:embed templates/grpc.gotmpl
var templateGrpcGoTemplate embed.FS

//go:embed templates/*.*tmpl
var createTemplateFS embed.FS

////go:embed templates/resource_scaffold.gotmpl
// var resourceScaffoldGoTemplate string

// //go:embed templates/data_source_scaffold.gotmpl
// var dataSourceScaffoldGoTemplate string

////go:embed templates/provider_scaffold.gotmpl
// var providerScaffoldGoTemplate string

0 comments on commit 59c0a80

Please sign in to comment.