mirror of
https://github.com/thegeeklab/wp-matrix.git
synced 2024-11-09 18:10: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"
|
|
)
|