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

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