goveal/pkger_hack.go

8 lines
97 B
Go
Raw Normal View History

2020-08-13 07:01:26 +00:00
package root
import "github.com/markbates/pkger"
func init() {
pkger.Include("/cmd/goveal")
}