mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-14 05:51:37 +00:00
ca8e215cfa
close #234 * Migrate store * Migrate tests * Rewrite migrations * Init fresh DB in on step * Rm old stuff (meddler, sql files, dead code, ...)
9 lines
142 B
Go
9 lines
142 B
Go
//go:build tools
|
|
// +build tools
|
|
|
|
// this file make sure tools are vendored too
|
|
package tools
|
|
|
|
import (
|
|
_ "github.com/rs/zerolog/cmd/lint"
|
|
)
|