This commit is contained in:
eyedeekay
2025-04-20 23:57:04 -04:00
parent d5445172d9
commit 33bedcef28

4
Makefile Normal file
View File

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