dip/packrd/packed-packr.go

26 lines
521 B
Go

// +build !skippackr
// Code generated by github.com/gobuffalo/packr/v2. DO NOT EDIT.
// You can use the "packr2 clean" command to clean up this,
// and any other packr generated files.
package packrd
import (
"github.com/gobuffalo/packr/v2"
"github.com/gobuffalo/packr/v2/file/resolver"
)
var _ = func() error {
const gk = "3ce634b1ba2765e987bab67da01981e4"
g := packr.New(gk, "")
hgr, err := resolver.NewHexGzip(map[string]string{
})
if err != nil {
panic(err)
}
g.DefaultResolver = hgr
return nil
}()