Konfi-Castle-Kasino/tools.go
kolaente ab65c60cb0
All checks were successful
continuous-integration/drone/push Build is passing
properly added tooling to vendor
2019-09-08 13:46:07 +02:00

11 lines
171 B
Go

// +build tools
package tools
// This file is needed for go mod to recognize the tools we use.
import (
_ "golang.org/x/lint/golint"
_ "src.techknowlogick.com/xgo"
)