From 34ae901ff30a32d9aef33bfe25561ff2f685cb0c Mon Sep 17 00:00:00 2001 From: Shulhan Date: Fri, 30 Nov 2018 15:26:05 +0700 Subject: all: fix warning from linter --- udppacket.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'udppacket.go') diff --git a/udppacket.go b/udppacket.go index c7b017b..8cecfb0 100644 --- a/udppacket.go +++ b/udppacket.go @@ -30,8 +30,8 @@ func NewUDPPacket(size uint32) (p *UDPPacket) { } // -// Reset will set the content of packet data to zero, so it can be used agains -// on Read(). +// Reset will set the content of packet data to zero, so it can be used +// against on Read(). // func (p *UDPPacket) Reset() { p.Bytes[0] = 0 -- cgit v1.3