Files
go-gh-page/Makefile

2 lines
58 B
Makefile
Raw Normal View History

2025-05-05 22:03:44 -04:00
fmt:
find . -name '*.go' -exec gofumpt -w -s -extra {} \;