mirror of
https://github.com/go-i2p/go-meta-dialer.git
synced 2025-06-15 22:08:03 -04:00
2 lines
82 B
Makefile
2 lines
82 B
Makefile
fmt:
|
|
find . -name '*.go' -not -path './vendor/*' -exec gofumpt -s -extra -w {} \;
|