This commit is contained in:
crusader 2018-09-17 21:55:13 +09:00
parent 28b403860e
commit ec00e90410
2 changed files with 7 additions and 7 deletions

2
Gopkg.lock generated
View File

@ -5,7 +5,7 @@
branch = "master"
name = "git.loafle.net/overflow/util-go"
packages = ["net/ping"]
revision = "2423d927777a966fff3d1b0e34002b99306417bf"
revision = "fe733fd0e1674f537b47bf5c720f603d87740721"
[[projects]]
name = "github.com/google/gopacket"

View File

@ -4,16 +4,16 @@ import (
ounp "git.loafle.net/overflow/util-go/net/ping"
)
type PingOptions struct {
ounp.PingOptions
type PingOption struct {
ounp.PingOption
}
type Response struct {
ounp.Response
type PingResponse struct {
ounp.PingResponse
}
type Summary struct {
ounp.Summary
type PingSummary struct {
ounp.PingSummary
}
type PingResult struct {