diff options
| author | 2022-04-26 20:30:25 -0700 | |
|---|---|---|
| committer | 2023-01-31 15:16:42 +0100 | |
| commit | 83b4c9ebc87d0fddf4e638f13e3af1483912e3a5 (patch) | |
| tree | 47840b84c0fd3cb226eab2ecb3dbce0617163406 /vendor/github.com/go-playground/validator/v10/Makefile | |
| parent | [chore] update URLs to forked source (diff) | |
| download | gotosocial-83b4c9ebc87d0fddf4e638f13e3af1483912e3a5.tar.xz | |
[chore] remove vendor
Diffstat (limited to 'vendor/github.com/go-playground/validator/v10/Makefile')
| -rw-r--r-- | vendor/github.com/go-playground/validator/v10/Makefile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/vendor/github.com/go-playground/validator/v10/Makefile b/vendor/github.com/go-playground/validator/v10/Makefile deleted file mode 100644 index ec3455bd5..000000000 --- a/vendor/github.com/go-playground/validator/v10/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -GOCMD=GO111MODULE=on go - -linters-install: - @golangci-lint --version >/dev/null 2>&1 || { \ - echo "installing linting tools..."; \ - curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s v1.41.1; \ - } - -lint: linters-install - golangci-lint run - -test: - $(GOCMD) test -cover -race ./... - -bench: - $(GOCMD) test -bench=. -benchmem ./... - -.PHONY: test lint linters-install
\ No newline at end of file |
