diff options
Diffstat (limited to 'probe/probe.go')
| -rw-r--r-- | probe/probe.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/probe/probe.go b/probe/probe.go index 3939076..951e65e 100644 --- a/probe/probe.go +++ b/probe/probe.go @@ -25,7 +25,6 @@ import ( "github.com/network-quality/goresponsiveness/debug" "github.com/network-quality/goresponsiveness/extendedstats" - "github.com/network-quality/goresponsiveness/lgc" "github.com/network-quality/goresponsiveness/utilities" ) @@ -80,7 +79,6 @@ func Probe( client *http.Client, probeUrl string, probeHost string, // optional: for use with a test_endpoint - probeDirection lgc.LgcDirection, probeType ProbeType, probeId uint, captureExtendedStats bool, |
