Skip to content

Commit

Permalink
Fluent Binder for Query/Path/Form binding
Browse files Browse the repository at this point in the history
  • Loading branch information
aldas committed Dec 28, 2020
1 parent b065180 commit 3757f51
Show file tree
Hide file tree
Showing 4 changed files with 4,034 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@ test: ## Run tests
race: ## Run tests with data race detector
@go test -race ${PKG_LIST}

benchmark: ## Run benchmarks
@go test -run="-" -bench=".*" ${PKG_LIST}

help: ## Display this help screen
@grep -h -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
Loading

0 comments on commit 3757f51

Please sign in to comment.