mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-06 20:29:54 -06:00
7 lines
112 B
Go
7 lines
112 B
Go
package store
|
|
|
|
import (
|
|
// init filesystem store
|
|
_ "github.com/owncloud/ocis/settings/pkg/store/filesystem"
|
|
)
|