diff options
| author | Taras Madan <tarasmadan@google.com> | 2025-01-22 16:07:17 +0100 |
|---|---|---|
| committer | Taras Madan <tarasmadan@google.com> | 2025-01-23 10:42:36 +0000 |
| commit | 7b4377ad9d8a7205416df8d6217ef2b010f89481 (patch) | |
| tree | e6fec4fd12ff807a16d847923f501075bf71d16c /vendor/github.com/raeperd/recvcheck/Makefile | |
| parent | 475a4c203afb8b7d3af51c4fd32bb170ff32a45e (diff) | |
vendor: delete
Diffstat (limited to 'vendor/github.com/raeperd/recvcheck/Makefile')
| -rw-r--r-- | vendor/github.com/raeperd/recvcheck/Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/vendor/github.com/raeperd/recvcheck/Makefile b/vendor/github.com/raeperd/recvcheck/Makefile deleted file mode 100644 index 45ca47d9b..000000000 --- a/vendor/github.com/raeperd/recvcheck/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -all: build test lint - -download: - go mod download - -build: download - go build -C cmd/recvcheck - -test: - go test -race -coverprofile=coverage.txt . - -lint: - golangci-lint run - |
