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

10 lines
84 B
Go

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