Files
QSfera/settings/pkg/store/registry.go
T

7 lines
112 B
Go

package store
import (
// init filesystem store
_ "github.com/owncloud/ocis/settings/pkg/store/filesystem"
)