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:
parent
05b479e5fa
commit
733027d798
5 changed files with 13 additions and 30 deletions
1
Makefile
1
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue