mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-31 01:10:20 -06:00
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"
|
|
)
|