Chore: contexify ProxyAdapter ListenPacket
This commit is contained in:
8
test/Makefile
Normal file
8
test/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
lint:
|
||||
golangci-lint run --disable-all -E govet -E gofumpt -E megacheck ./...
|
||||
|
||||
test:
|
||||
go test -p 1 -v ./...
|
||||
|
||||
benchmark:
|
||||
go test -benchmem -run=^$ -bench .
|
Reference in New Issue
Block a user