mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-31 09:20:15 -06:00
10 lines
135 B
Go
10 lines
135 B
Go
// +build tools
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "github.com/UnnoTed/fileb0x"
|
|
_ "github.com/owncloud/flaex"
|
|
_ "github.com/restic/calens"
|
|
)
|