mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-30 08:06:52 +02:00
ca8e215cfa
close #234 * Migrate store * Migrate tests * Rewrite migrations * Init fresh DB in on step * Rm old stuff (meddler, sql files, dead code, ...)
10 lines
142 B
Go
10 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"
|
|
)
|