aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/ettle/strcase/Makefile
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2025-01-22 16:07:17 +0100
committerTaras Madan <tarasmadan@google.com>2025-01-23 10:42:36 +0000
commit7b4377ad9d8a7205416df8d6217ef2b010f89481 (patch)
treee6fec4fd12ff807a16d847923f501075bf71d16c /vendor/github.com/ettle/strcase/Makefile
parent475a4c203afb8b7d3af51c4fd32bb170ff32a45e (diff)
vendor: delete
Diffstat (limited to 'vendor/github.com/ettle/strcase/Makefile')
-rw-r--r--vendor/github.com/ettle/strcase/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/vendor/github.com/ettle/strcase/Makefile b/vendor/github.com/ettle/strcase/Makefile
deleted file mode 100644
index ac98b4aa5..000000000
--- a/vendor/github.com/ettle/strcase/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-.PHONY: benchmark docs lint test
-
-docs:
- which godoc2ghmd || go get github.com/DevotedHealth/godoc2ghmd
- godoc2ghmd -template .readme.tmpl github.com/ettle/strcase > README.md
- go mod tidy
-
-test:
- go test -cover ./...
-
-lint:
- which golangci-lint || go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.50.1
- golangci-lint run
- golangci-lint run benchmark/*.go
- go mod tidy
-
-benchmark:
- cd benchmark && go test -bench=. -test.benchmem
- go mod tidy