pkger/pkging/costello/create.go

12 lines
150 B
Go

package costello
import (
"testing"
"github.com/markbates/pkger/pkging"
)
func Create_Test(t *testing.T, pkg pkging.Pkger) error {
return nil
}