Skip to content

Commit

Permalink
Avoid bug with go 1.20 missing EOF new line
Browse files Browse the repository at this point in the history
  • Loading branch information
elafontaine committed Nov 27, 2023
1 parent be0583c commit 0cc2c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdu.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ func (p *PDU) Read(b []byte) (n int, err error) {
}
n = copy(b, pdu)
return
}
}

0 comments on commit 0cc2c65

Please sign in to comment.