mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-24 13:58:12 -05:00
10 lines
82 B
Go
10 lines
82 B
Go
package command
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestRoot(t *testing.T) {
|
|
t.Skip()
|
|
}
|