1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-11-30 08:06:52 +02:00
woodpecker/tools.go

11 lines
199 B
Go
Raw Normal View History

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