0
0
mirror of https://github.com/thegeeklab/wp-ansible.git synced 2024-09-20 01:12:46 +02:00
wp-ansible/cmd/drone-ansible/tools.go

10 lines
130 B
Go
Raw Normal View History

//go:build tools
// +build tools
package tools
import (
_ "golang.org/x/lint/golint"
_ "honnef.co/go/tools/cmd/staticcheck"
)