Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
chore: other updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryburov committed Mar 4, 2023
1 parent 0b478e7 commit 4b5aba2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ help: ## Show this help
@echo "Targets:"
@grep -h -E '^[a-zA-Z_-].+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf " \033[36m%-15s\033[0m %s\n", $$1, $$2}'


compose.run: ## Start with docker-compose
docker-compose up --build

Expand All @@ -20,7 +19,6 @@ deps: ## Download dependencies
lint: ## Check code (used golangci-lint)
GO111MODULE=on golangci-lint run


test: ## Run tests
go clean --testcache
go test ./...
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ make help

- [x] Logger points
- [ ] Rate limiter
- [ ] Metric data
- [ ] Test implemented
- [ ] Prometheus metrics
- [ ] Testing


## Resources
Expand Down

0 comments on commit 4b5aba2

Please sign in to comment.