path -> filepath #28

Merged
dan merged 1 commits from getinfo into master 2022-01-18 21:01:40 +00:00
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"