]> Sergey Matveev's repositories - btrtrc.git/commit
Drop xerrors and missinggo/slices dependency for Client (#572)
authorYenForYang <YenForYang@users.noreply.github.com>
Tue, 7 Sep 2021 23:34:06 +0000 (18:34 -0500)
committerGitHub <noreply@github.com>
Tue, 7 Sep 2021 23:34:06 +0000 (09:34 +1000)
commit719505a13804e62160e9a8f9ad1f217e94128029
tree13178aed4254d59ad6140193ccf0544afbdcb7c5
parentccb90f125296e15eb0554ad0d937078022b47acc
Drop xerrors and missinggo/slices dependency for Client (#572)

* Drop xerrors and missinggo/slices dependency for Client

Made `BadPeerIPs` inlineable since I changed `badPeerIPsLocked` anyway. Also eliminated an extra torrentsAsSlice copy since Go wasn't smart enough to figure it out.
client.go