mirror of
https://github.com/go-i2p/gitlab-to-gitea.git
synced 2025-06-08 01:09:14 -04:00
4 lines
87 B
Makefile
4 lines
87 B
Makefile
|
|
fmt:
|
|
@echo "Running gofumpt..."
|
|
find . -name '*.go' -exec gofumpt -w -s -extra {} \;
|