Skip to content

Commit

Permalink
Use anacrolix/sync in piece resource storage
Browse files Browse the repository at this point in the history
  • Loading branch information
anacrolix committed Feb 9, 2024
1 parent e7588a8 commit 525f499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/piece-resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ package storage
import (
"bytes"
"fmt"
"github.com/anacrolix/sync"
"io"
"path"
"sort"
"strconv"
"sync"

"github.com/anacrolix/missinggo/v2/resource"

Expand Down

0 comments on commit 525f499

Please sign in to comment.