Skip to content

Commit 3757f51

Browse files
committed
Fluent Binder for Query/Path/Form binding
1 parent b065180 commit 3757f51

File tree

4 files changed

+4034
-0
lines changed

4 files changed

+4034
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,8 @@ test: ## Run tests
2323
race: ## Run tests with data race detector
2424
@go test -race ${PKG_LIST}
2525

26+
benchmark: ## Run benchmarks
27+
@go test -run="-" -bench=".*" ${PKG_LIST}
28+
2629
help: ## Display this help screen
2730
@grep -h -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'

0 commit comments

Comments
 (0)