From 586cc261a38f8629b71ca658df77d4fbffed0c40 Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Tue, 18 Jan 2022 13:00:10 -0800 Subject: [PATCH] path -> filepath --- testing/launch_tor_integration_test.go | 2 +- tor/torProvider.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/launch_tor_integration_test.go b/testing/launch_tor_integration_test.go index d79656b..ae63483 100644 --- a/testing/launch_tor_integration_test.go +++ b/testing/launch_tor_integration_test.go @@ -6,7 +6,7 @@ import ( "io/ioutil" "math/rand" "os" - "path" + path "path/filepath" "testing" "time" ) diff --git a/tor/torProvider.go b/tor/torProvider.go index c7e398f..cfdcb3d 100644 --- a/tor/torProvider.go +++ b/tor/torProvider.go @@ -16,7 +16,7 @@ import ( "net/textproto" "os" "os/exec" - "path" + path "path/filepath" "regexp" "strconv" "strings"