packer-cn/command/command_test.go

14 lines
146 B
Go

package command
import (
"testing"
"github.com/mitchellh/cli"
)
func testMeta(t *testing.T) Meta {
return Meta{
Ui: new(cli.MockUi),
}
}