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