Codebase list golang-github-gobuffalo-packr / 2a1f936e-920d-4165-8fc1-b806e46771a1/main builder / pkg.go
2a1f936e-920d-4165-8fc1-b806e46771a1/main

Tree @2a1f936e-920d-4165-8fc1-b806e46771a1/main (Download .tar.gz)

pkg.go @2a1f936e-920d-4165-8fc1-b806e46771a1/mainraw · history · blame

1
2
3
4
5
6
7
package builder

type pkg struct {
	Name  string
	Dir   string
	Boxes []box
}