Removed duplicated fields in struct (#27)

This commit is contained in:
Maciek Szczesniak 2018-08-30 18:03:48 +02:00 committed by Cameron Sparr
parent d046b24518
commit ad2f544f6b

View File

@ -93,9 +93,6 @@ func NewPinger(addr string) (*Pinger, error) {
id: rand.Intn(0xffff),
network: "udp",
ipv4: ipv4,
size: timeSliceLength,
network: "udp",
ipv4: ipv4,
Size: timeSliceLength,
done: make(chan bool),