hscloud/go/vendor/github.com/gobuffalo/packr/builder/file.go

11 lines
122 B
Go

package builder
type file struct {
Name string
Contents string
}
func (f file) String() string {
return f.Name
}