Skip to content

Commit c85111a

Browse files
committed
fix:golangci-lint
1 parent 4a1c56f commit c85111a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tool/email/email.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const (
2222
defaultName = "email"
2323
)
2424

25+
// MailboxType mailbox
2526
type MailboxType int32
2627

2728
const (
@@ -35,6 +36,7 @@ const (
3536
MAIL_GMAIL MailboxType = 3
3637
)
3738

39+
// MailboxTypeToString convert mailbox type to string
3840
func MailboxTypeToString(mailboxType MailboxType) string {
3941
switch mailboxType {
4042
// qq mail

0 commit comments

Comments
 (0)