diff options
Diffstat (limited to 'vendor/github.com/go-chi/chi/Makefile')
-rw-r--r-- | vendor/github.com/go-chi/chi/Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/vendor/github.com/go-chi/chi/Makefile b/vendor/github.com/go-chi/chi/Makefile deleted file mode 100644 index b96c92dd21..0000000000 --- a/vendor/github.com/go-chi/chi/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -all: - @echo "**********************************************************" - @echo "** chi build tool **" - @echo "**********************************************************" - - -test: - go clean -testcache && $(MAKE) test-router && $(MAKE) test-middleware - -test-router: - go test -race -v . - -test-middleware: - go test -race -v ./middleware |