Exemplo n.º 1
0
func (gc *gceCluster) NewCommand(name string, arg ...string) util.Cmd {
	return util.NewCommand(name, arg...)
}
Exemplo n.º 2
0
func (ac *awsCluster) NewCommand(name string, arg ...string) util.Cmd {
	return util.NewCommand(name, arg...)
}