Use path/filepath instead of path
continuous-integration/drone/push Build is pending Details
continuous-integration/drone/pr Build is pending Details

This commit is contained in:
Sarah Jamie Lewis 2021-09-30 15:46:10 -07:00
parent 31666b8df8
commit 8aecd3fe86
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"