woodpecker/tools.go

10 lines
142 B
Go
Raw Normal View History

//go:build tools
// +build tools
// this file make sure tools are vendored too
package tools
import (
_ "github.com/rs/zerolog/cmd/lint"
)