dip/packr.go
Paul Lecuq d3f99b944d
Some checks failed
continuous-integration/drone/push Build is failing
updated dip dependencies
2020-11-18 23:19:51 +01:00

11 lines
147 B
Go

package main
import (
"github.com/gobuffalo/packr/v2"
)
func main() {
packr.New("static", "./static")
packr.New("templates", "./templates")
}