mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-14 05:51:37 +00:00
17c7fe6011
* Sort imports Co-authored-by: Anbraten <anton@ju60.de>
10 lines
177 B
Go
10 lines
177 B
Go
//go:build tools
|
|
// +build tools
|
|
|
|
// this file make sure tools are vendored too
|
|
package tools
|
|
|
|
import (
|
|
_ "github.com/rs/zerolog/cmd/lint"
|
|
_ "github.com/woodpecker-ci/togo"
|
|
)
|