dip/packr.go

9 lines
141 B
Go
Raw Normal View History

2020-01-27 21:16:08 +01:00
package main
import "github.com/gobuffalo/packr/v2"
func run() {
packr.New("static", "./static")
packr.New("templates", "./templates")
}