mirror of
https://github.com/go-i2p/go-gh-page.git
synced 2025-07-13 03:53:09 -04:00
3 lines
59 B
Makefile
3 lines
59 B
Makefile
fmt:
|
|
find . -name '*.go' -exec gofumpt -w -s -extra {} \;
|