mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-22 19:19:18 -05:00
506ba1aa51
git-subtree-dir: konnectd git-subtree-mainline:ab1e6d4689git-subtree-split:3829df495c
11 lines
171 B
Go
11 lines
171 B
Go
// +build tools
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "github.com/UnnoTed/fileb0x"
|
|
_ "github.com/haya14busa/goverage"
|
|
_ "github.com/owncloud/flaex"
|
|
_ "github.com/restic/calens"
|
|
)
|