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
error:
D:\Go\pkg\mod\github.com\toolkits\[email protected]\logger\config.go:37:32: cannot use sb (variable of type *syslogBackend) as type Backend in argument to log.SetLogging:
*syslogBackend does not implement Backend (missing Close method)
have close()
want Close()
please fix the code with Close() not close()
The text was updated successfully, but these errors were encountered:
error:
D:\Go\pkg\mod\github.com\toolkits\[email protected]\logger\config.go:37:32: cannot use sb (variable of type *syslogBackend) as type Backend in argument to log.SetLogging:
*syslogBackend does not implement Backend (missing Close method)
have close()
want Close()
please fix the code with Close() not close()
The text was updated successfully, but these errors were encountered: