mirror of
https://github.com/go-i2p/go-limit.git
synced 2025-07-13 11:54:45 -04:00
2 lines
58 B
Makefile
2 lines
58 B
Makefile
fmt:
|
|
find . -name '*.go' -exec gofumpt -s -w -extra {} \;
|