Konfi-Castle-Kasino/tools.go

11 lines
171 B
Go
Raw Normal View History

2019-09-08 11:46:07 +00:00
// +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"
)