Merge pull request 'Use path/filepath instead of path' (#391) from windows-paths into master
continuous-integration/drone/tag Build is passing Details
continuous-integration/drone/push Build is passing Details

Reviewed-on: #391
This commit is contained in:
Dan Ballard 2021-09-30 23:02:05 +00:00
commit 9ccaef78c5
3 changed files with 9 additions and 43110 deletions

View File

@ -2,20 +2,19 @@ package filesharing
import (
"crypto/rand"
"encoding/hex"
"encoding/json"
"errors"
"fmt"
"io"
"math"
"path"
"strconv"
"cwtch.im/cwtch/model"
"cwtch.im/cwtch/model/attr"
"cwtch.im/cwtch/peer"
"cwtch.im/cwtch/protocol/files"
"encoding/hex"
"encoding/json"
"errors"
"fmt"
"git.openprivacy.ca/openprivacy/log"
"io"
"math"
path "path/filepath"
"strconv"
)
// Functionality groups some common UI triggered functions for contacts...

View File

@ -4,7 +4,7 @@ import (
"encoding/hex"
"encoding/json"
"fmt"
"path"
path "path/filepath"
"strconv"
"strings"
"sync"