1 Star 0 Fork 0

mayun / packr

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tmpl.go 407 Bytes
一键复制 编辑 原始数据 按行查看 历史
package builder
var tmpl = `// Code generated by github.com/gobuffalo/packr. DO NOT EDIT
package {{.Name}}
import "github.com/gobuffalo/packr"
// You can use the "packr clean" command to clean up this,
// and any other packr generated files.
func init() {
{{- range $box := .Boxes }}
{{- range .Files }}
packr.PackJSONBytes("{{$box.Name}}", "{{.Name}}", "{{.Contents}}")
{{- end }}
{{- end }}
}
`
1
https://gitee.com/mayun562/packr.git
git@gitee.com:mayun562/packr.git
mayun562
packr
packr
v1.11.1

搜索帮助