You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go get github.com/henrylee2cn/lessgoext/dbservice/xorm
gopath\src\github.com\henrylee2cn\lessgoext\dbservice\xorm\initialize.go:42:19: cannot use logger (type *ILogger) as type "xorm.io/core".ILogger in argument to engine.SetLogger:
*ILogger does not implement "xorm.io/core".ILogger (wrong type for Level method)
have Level() "github.com/go-xorm/core".LogLevel
want Level() "xorm.io/core".LogLevel