1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-01-17 17:45:03 +02:00
woodpecker/tools.go

10 lines
141 B
Go
Raw Normal View History

//go:build tools
// +build tools
// this file make sure tools are vendored too
package tools
import (
_ "github.com/woodpecker-ci/togo"
)