buildah/pkg/dummy/dummy_test.go

9 lines
71 B
Go

package dummy
import (
"testing"
)
func TestDummy(_ *testing.T) {
}