mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-14 05:51:37 +00:00
0bd10fa507
* Fix "Empty slice declaration using a literal" * Fix "collides with imported package name" * Remove unused code in pipeline * Remove unused oauth2.providerAuthHeaderWorks() * Add TODOs * Format Code * Cleanup doublestar import * Migrate deprecated functions Co-authored-by: Anbraten <anton@ju60.de>
9 lines
141 B
Go
9 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"
|
|
)
|