zerobyted
Results
1
comments of
zerobyted
any package level solution ``` var _box *packr.Box func init() { _, filename, _, _ := runtime.Caller(0) _box = packr.New("name", "../../assets/templates") // relative to this file path _box.DefaultResolver = &resolver.Disk{Root:...