mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-03-15 14:10:34 -04:00
10 lines
83 B
Go
10 lines
83 B
Go
package static
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestStatic(t *testing.T) {
|
|
t.Skip()
|
|
}
|