Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
//go:build tools
// +build tools
package main
import (
_ "golang.org/x/lint/golint"
_ "golang.org/x/tools/cmd/goimports"
_ "honnef.co/go/tools/cmd/staticcheck"
)