debian-mirror-gitlab/workhorse/tools.go

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
167 B
Go
Raw Normal View History

2022-06-21 17:19:12 +05:30
//go:build tools
// +build tools
2021-02-22 17:27:13 +05:30
package main
import (
_ "golang.org/x/lint/golint"
_ "golang.org/x/tools/cmd/goimports"
_ "honnef.co/go/tools/cmd/staticcheck"
)