mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-25 22:42:16 -05:00
10 lines
83 B
Go
10 lines
83 B
Go
package static
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestStatic(t *testing.T) {
|
|
t.Skip()
|
|
}
|