Skip to content

Commit b00df2e

Browse files
committed
lint
1 parent f076123 commit b00df2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/imap/imap_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
var logs string
1818

1919
type testIMAPClient struct {
20-
t *testing.T
20+
// t *testing.T
2121
}
2222

2323
func TestIMAP(t *testing.T) {
@@ -84,7 +84,7 @@ func (c *testIMAPClient) Expunge(ch chan uint32) error {
8484
return nil
8585
}
8686

87-
var testMails []string
87+
// var testMails []string
8888

8989
func (c *testIMAPClient) Fetch(seqset *imap.SeqSet, items []imap.FetchItem, ch chan *imap.Message) error {
9090
defer close(ch)

0 commit comments

Comments
 (0)