1 Star 0 Fork 0

大地缸 / migrate

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
log.go 282 Bytes
一键复制 编辑 原始数据 按行查看 历史
Matthias Kadenbach 提交于 2017-02-09 18:23 . add some more comments
package migrate
// Logger is an interface so you can pass in your own
// logging implementation.
type Logger interface {
// Printf is like fmt.Printf
Printf(format string, v ...interface{})
// Verbose should return true when verbose logging output is wanted
Verbose() bool
}
1
https://gitee.com/54dg/migrate.git
git@gitee.com:54dg/migrate.git
54dg
migrate
migrate
master

搜索帮助