makectl 0.2.0

Generate and manage targets in your Makefiles
1
2
3
4
5
## makectl: description="Format Go code"
.PHONY: fmt
fmt: ## Format code
	go fmt ./...
	go mod tidy