Skip to content

Commit

Permalink
Fixed race condition in tokenBucket()
Browse files Browse the repository at this point in the history
  • Loading branch information
thrawn01 committed May 14, 2024
1 parent 13835ed commit 8f41432
Show file tree
Hide file tree
Showing 14 changed files with 542 additions and 362 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ clean-proto: ## Clean the generated source files from the protobuf sources
@find . -name "*.pb.go" -type f -delete
@find . -name "*.pb.*.go" -type f -delete

.PHONY: validate
validate: lint test
go mod tidy && git diff --exit-code

.PHONY: proto
proto: ## Build protos
Expand Down
Loading

0 comments on commit 8f41432

Please sign in to comment.