Skip to content
This repository has been archived by the owner on Jun 5, 2021. It is now read-only.

Commit

Permalink
fingerprint: use struct{} instead of byte for FingerprintAttr
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Jul 17, 2018
1 parent c204fad commit ca7892b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fingerprint.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit ca7892b

Please sign in to comment.