fingerprint: use struct{} instead of byte for FingerprintAttr

This commit is contained in:
Aleksandr Razumov 2018-07-17 04:38:46 +03:00
parent c204fad37d
commit ca7892b4fd
No known key found for this signature in database
GPG Key ID: 1D14A82D2E311045

View File

@ -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 {