We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32a6e1f commit 0177301Copy full SHA for 0177301
Makefile
@@ -55,4 +55,4 @@ docker-clean: ## Remove the development containers and volumes
55
docker-compose -f $(DEV_DOCKER_COMPOSE) rm -fsv
56
57
format:
58
- go fmt -s -w .
+ gofmt -s -w .
0 commit comments