Merge pull request 'path -> filepath' (#28) from getinfo into master

Reviewed-on: #28
This commit is contained in:
Dan Ballard 2022-01-18 21:01:40 +00:00
commit c721e52247
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"