Files
opencloud/tools.go
2020-04-03 23:43:46 +02:00

10 lines
135 B
Go

// +build tools
package main
import (
_ "github.com/UnnoTed/fileb0x"
_ "github.com/owncloud/flaex"
_ "github.com/restic/calens"
)