Files
opencloud/tools.go
2020-04-21 15:24:27 +02:00

12 lines
204 B
Go

// +build tools
package main
import (
_ "github.com/UnnoTed/fileb0x"
_ "github.com/mitchellh/gox"
_ "github.com/restic/calens"
_ "golang.org/x/lint/golint"
_ "honnef.co/go/tools/cmd/staticcheck"
)