mirror of
https://github.com/owncloud/ocis
synced 2026-05-14 02:47:03 +02: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"
|
|
)
|