mirror of
https://github.com/go-i2p/go-meta-listener.git
synced 2025-06-07 09:03:15 -04:00
2 lines
58 B
Makefile
2 lines
58 B
Makefile
fmt:
|
|
find . -name '*.go' -exec gofumpt -s -extra -w {} \;
|