chore: provide vendor directory

This commit is contained in:
raf 2023-09-07 23:09:20 +03:00
commit 288c1ee1d1
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29
1003 changed files with 407928 additions and 0 deletions

View file

@ -0,0 +1,7 @@
all:
cover:
go test -cover -v -coverprofile=cover.dat ./...
go tool cover -func cover.dat
.PHONY: cover