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

9 lines
113 B
Go
Raw Normal View History

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