mirror of
https://github.com/thegeeklab/wp-github-comment.git
synced 2024-11-10 03:50:39 +00:00
9 lines
113 B
Go
9 lines
113 B
Go
// +build tools
|
|
|
|
package tools
|
|
|
|
import (
|
|
_ "golang.org/x/lint/golint"
|
|
_ "honnef.co/go/tools/cmd/staticcheck"
|
|
)
|