forked from mirror/pkger
12 lines
150 B
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
|
||
|
}
|