codies/internal/pkger/pkger.go

8 lines
250 B
Go
Raw Normal View History

2020-06-06 21:01:45 +00:00
// Package pkger wraps pkger to ensure a common package contains the embedded data.
// It abuses the fact that pkger's static analysis only cares that the package name matches.
package pkger
import "github.com/markbates/pkger"
type Dir = pkger.Dir