Makefile, fmt

This commit is contained in:
eyedeekay
2025-05-05 15:34:08 -04:00
parent b692f9c58f
commit c0524805f7

2
Makefile Normal file
View File

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