path -> filepath
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Sarah Jamie Lewis 2022-01-18 13:00:10 -08:00
parent 3d36e7d4a5
commit 586cc261a3
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ import (
"io/ioutil"
"math/rand"
"os"
"path"
path "path/filepath"
"testing"
"time"
)

View File

@ -16,7 +16,7 @@ import (
"net/textproto"
"os"
"os/exec"
"path"
path "path/filepath"
"regexp"
"strconv"
"strings"