Fixes after rebase

This commit is contained in:
Michal Horejsek
2020-09-08 16:18:01 +02:00
parent 5496a26f73
commit d6464c0048
5 changed files with 47 additions and 13 deletions

View File

@ -37,7 +37,7 @@ type IMAPResponse struct {
done bool
}
func (ir *IMAPResponse) sendCommand(reqTag string, reqIndex int, command string, debug *debug, conn io.Writer, response *bufio.Reader) {
func (ir *IMAPResponse) sendCommand(reqTag string, reqIndex int, command string, debug *debug, conn io.Writer, response *bufio.Reader) { //nolint[interfacer]
defer func() { ir.done = true }()
tstart := time.Now()