Skip to content

Commit

Permalink
fixed golit issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrdadrad committed Jul 20, 2016
1 parent 8d20b27 commit 42d1462
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions icmp/icmp.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,11 @@ func (p *Ping) IP(ipAddr string) {
}
}

// DelIP removes ip adrress
func (p *Ping) DelIP(ipAddr string) {
//todo
}

func (p *Ping) Network() {
//todo
}

// PacketSize set packet size
func (p *Ping) PacketSize(s int) {
p.pSize = s
Expand Down

0 comments on commit 42d1462

Please sign in to comment.