mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-11 11:32:01 +00:00
c28f7cb29f
Initial part of #435
10 lines
199 B
Go
10 lines
199 B
Go
//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"
|
|
)
|