mirror of
https://github.com/hashicorp/terraform.git
synced 2026-02-10 06:17:11 -05:00
11 lines
144 B
Go
11 lines
144 B
Go
package command
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"github.com/mitchellh/cli"
|
|
)
|
|
|
|
func TestColorizeUi_impl(t *testing.T) {
|
|
var _ cli.Ui = new(ColorizeUi)
|
|
}
|