forked from Silverfish/proton-bridge
Other: Fix all linter errors
This commit is contained in:
committed by
James Houlahan
parent
b36972ce71
commit
7c62312220
@ -19,7 +19,7 @@ package logging
|
||||
|
||||
import "github.com/sirupsen/logrus"
|
||||
|
||||
// IMAPLogger implements the writer interface for Gluon IMAP logs
|
||||
// IMAPLogger implements the writer interface for Gluon IMAP logs.
|
||||
type IMAPLogger struct {
|
||||
l *logrus.Entry
|
||||
}
|
||||
|
||||
@ -38,7 +38,7 @@ func (s *SMTPErrorLogger) Println(args ...interface{}) {
|
||||
s.l.Errorln(args...)
|
||||
}
|
||||
|
||||
// SMTPDebugLogger implements the writer interface for debug SMTP logs
|
||||
// SMTPDebugLogger implements the writer interface for debug SMTP logs.
|
||||
type SMTPDebugLogger struct {
|
||||
l *logrus.Entry
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user