Skip to content

Commit

Permalink
- go fmt project
Browse files Browse the repository at this point in the history
  • Loading branch information
cychiang committed Dec 6, 2022
1 parent afe357f commit ea366f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/templates/embed.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,21 @@ package templates
import _ "embed" // nolint:golint

// inputFileTemplate is the template for the input file.
//
//go:embed 00-apply.yaml.tmpl
var inputFileTemplate string

// assertFileTemplate is the template for the assert file.
//
//go:embed 00-assert.yaml.tmpl
var assertFileTemplate string

// deleteFileTemplate is the template for the delete file.
//
//go:embed 01-delete.yaml.tmpl
var deleteFileTemplate string

// assertDeletedFileTemplate is the template for delete assert file.
//
//go:embed 01-assert.yaml.tmpl
var assertDeletedFileTemplate string

0 comments on commit ea366f4

Please sign in to comment.