Files
go-meta-dialer/Makefile

2 lines
82 B
Makefile
Raw Normal View History

2025-05-26 21:24:19 -04:00
fmt:
find . -name '*.go' -not -path './vendor/*' -exec gofumpt -s -extra -w {} \;