pkger.go

1// Package pkger wraps pkger to ensure a common package contains the embedded data.
2// It abuses the fact that pkger's static analysis only cares that the package name matches.
3package pkger
4
5import "github.com/markbates/pkger"
6
7type Dir = pkger.Dir