Files
gitlab-to-gitea/Makefile
eyedeekay 33bedcef28 fmt
2025-04-20 23:57:04 -04:00

4 lines
87 B
Makefile

fmt:
@echo "Running gofumpt..."
find . -name '*.go' -exec gofumpt -w -s -extra {} \;