mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-17 17:45:03 +02:00
10 lines
141 B
Go
10 lines
141 B
Go
|
//go:build tools
|
||
|
// +build tools
|
||
|
|
||
|
// this file make sure tools are vendored too
|
||
|
package tools
|
||
|
|
||
|
import (
|
||
|
_ "github.com/woodpecker-ci/togo"
|
||
|
)
|