mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-22 11:09:02 -05:00
8e028f17e9
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
7 lines
128 B
Go
7 lines
128 B
Go
package store
|
|
|
|
import (
|
|
// init filesystem store
|
|
_ "github.com/opencloud-eu/opencloud/services/settings/pkg/store/metadata"
|
|
)
|