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"
"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"