diff options
| author | Will Hawkins <[email protected]> | 2023-07-14 11:06:08 -0400 |
|---|---|---|
| committer | Will Hawkins <[email protected]> | 2023-07-14 11:06:08 -0400 |
| commit | c59943a12da4845ccaf7b93ec4b293b19dedea76 (patch) | |
| tree | 317d504f0e90d4504c8f241bce54398fc52d7565 /probe | |
| parent | d27187215da1930c43a22c542d18f7578671ed74 (diff) | |
Probe direction is unnused in probe.Probe -- remove it
Signed-off-by: Will Hawkins <[email protected]>
Diffstat (limited to 'probe')
| -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, |
