Skip to content
This repository has been archived by the owner on Jun 25, 2022. It is now read-only.

Commit

Permalink
fix: generated gofmtd code (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 authored and markbates committed Apr 10, 2018
1 parent e1c38da commit 1da2bc3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions builder/tmpl.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ import "github.com/gobuffalo/packr"
// Go binary. You can use the "packr clean" command to clean up this,
// and any other packr generated files.
func init() {
{{ range $box := .Boxes -}}
{{range .Files -}}
{{- range $box := .Boxes }}
{{- range .Files }}
packr.PackJSONBytes("{{$box.Name}}", "{{.Name}}", "{{.Contents}}")
{{end -}}
{{end -}}
{{- end }}
{{- end }}
}
`

0 comments on commit 1da2bc3

Please sign in to comment.