From d27fc1e7fc2bd21e42b6f42de7f28b7855498723 Mon Sep 17 00:00:00 2001 From: Mechiel Lukkien Date: Sun, 23 Feb 2025 22:40:34 +0100 Subject: [PATCH] gofmt --- imapclient/protocol.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imapclient/protocol.go b/imapclient/protocol.go index 3bd56fc..3dcf169 100644 --- a/imapclient/protocol.go +++ b/imapclient/protocol.go @@ -245,7 +245,7 @@ type UntaggedMetadataKeys struct { // Annotation is a metadata server of mailbox annotation. type Annotation struct { - Key string + Key string // Nil is represented by IsString false and a nil Value. IsString bool Value []byte