DEBSOURCES
Skip Quicknav
sources / golang-github-mitchellh-cli / 1.1.1-1 / ui_concurrent_test.go
123456789
package cli import ( "testing" ) func TestConcurrentUi_impl(t *testing.T) { var _ Ui = new(ConcurrentUi) }