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" "io/ioutil"
"math/rand" "math/rand"
"os" "os"
"path" path "path/filepath"
"testing" "testing"
"time" "time"
) )

View File

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