mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-02 02:11:18 -06:00
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"
|
|
)
|