From ca7892b4fd374cfea321866c813f444e0d4cf9bd Mon Sep 17 00:00:00 2001 From: Aleksandr Razumov Date: Tue, 17 Jul 2018 04:38:46 +0300 Subject: [PATCH] fingerprint: use struct{} instead of byte for FingerprintAttr --- fingerprint.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fingerprint.go b/fingerprint.go index 94b65f4..575de99 100644 --- a/fingerprint.go +++ b/fingerprint.go @@ -8,7 +8,7 @@ import ( // FingerprintAttr represents FINGERPRINT attribute. // // RFC 5389 Section 15.5 -type FingerprintAttr byte +type FingerprintAttr struct{} // CRCMismatch represents CRC check error. type CRCMismatch struct {