1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-11-30 08:06:52 +02:00
woodpecker/tools.go
6543 ca8e215cfa
Migrate to Xorm (#474)
close #234

* Migrate store
* Migrate tests
* Rewrite migrations
* Init fresh DB in on step
* Rm old stuff (meddler, sql files, dead code, ...)
2021-11-13 20:18:06 +01:00

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"
)