Rename README template to lowercase so auto-complete works better

pull/34/head
Vinícius Garcia 2022-12-20 22:46:42 -03:00
parent 9f2ffa84f6
commit 749466d29a
2 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ bench: go-mod-tidy
@echo "Benchmark executed at: $$(date --iso)" | tee -a benchmark.tmp
@echo "Benchmark executed on commit: $$(git rev-parse HEAD)" | tee -a benchmark.tmp
readme: benchmark.tmp README.template.md
go run scripts/build-readme-from-template.go README.template.md examples/crud/crud.go benchmark.tmp
readme: benchmark.tmp readme.template.md
go run scripts/build-readme-from-template.go readme.template.md examples/crud/crud.go benchmark.tmp
lint: setup go-mod-tidy
@$(GOBIN)/staticcheck $(path) $(args)