mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-21 10:18:21 -05:00
c284b4d07b
git-subtree-dir: ocis-pkg git-subtree-mainline:4c12bed11bgit-subtree-split:72d605ba38
11 lines
178 B
Go
11 lines
178 B
Go
// +build tools
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "github.com/haya14busa/goverage"
|
|
_ "github.com/restic/calens"
|
|
_ "golang.org/x/lint/golint"
|
|
_ "honnef.co/go/tools/cmd/staticcheck"
|
|
)
|