1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-09 09:35:03 +09:00

remove multiconn.LastUsage + fix peer gc

This commit is contained in:
Sergey Cherepanov 2023-06-13 13:40:13 +02:00
parent 05b479e5fa
commit 733027d798
No known key found for this signature in database
GPG key ID: 87F8EDE8FBDF637C
5 changed files with 13 additions and 30 deletions

View file

@ -25,6 +25,7 @@ deps:
go mod download
go build -o deps storj.io/drpc/cmd/protoc-gen-go-drpc
go build -o deps github.com/gogo/protobuf/protoc-gen-gogofaster
go build -o deps github.com/golang/mock/mockgen
test:
go test ./... --cover