This commit is contained in:
eyedeekay
2025-05-26 21:24:19 -04:00
parent aafbeeb29f
commit b550471a50

2
Makefile Normal file
View File

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