Skip to content

Commit

Permalink
Fix golangci-lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
stv0g committed May 5, 2023
1 parent f89afd3 commit 3e92de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion message_channel_ack.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func (c *channelAck) Marshal() ([]byte, error) {
}

// Unmarshal populates the struct with the given raw data
func (c *channelAck) Unmarshal(raw []byte) error {
func (c *channelAck) Unmarshal(_ []byte) error {
// Message type already checked in Parse and there is no further data
return nil
}

0 comments on commit 3e92de3

Please sign in to comment.