Files
go-limit/Makefile
2025-02-01 14:36:31 -05:00

2 lines
58 B
Makefile

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