Files
opencloud/pkg/command/root_test.go
2019-09-20 09:23:05 +02:00

10 lines
82 B
Go

package command
import (
"testing"
)
func TestRoot(t *testing.T) {
t.Skip()
}