mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-06 04:09:40 -06:00
12 lines
185 B
Go
12 lines
185 B
Go
package main
|
|
|
|
import (
|
|
"github.com/owncloud/ocis/ocis-pkg/docs"
|
|
"github.com/owncloud/ocis/thumbnails/pkg/config"
|
|
)
|
|
|
|
func main() {
|
|
cfg := config.DefaultConfig()
|
|
docs.Display(*cfg)
|
|
}
|