commit 6c028cceddb015b14a6a854d6e3932e6f1e0660a parent 3c185f8cf35e741f145278b5857d0c408aed6103 Author: Martin Schanzenbach <schanzen@gnunet.org> Date: Fri, 25 Apr 2025 20:19:09 +0200 add format make target Diffstat:
| M | Makefile.in | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/Makefile.in b/Makefile.in @@ -16,4 +16,8 @@ uninstall: check: ${GO} test ./cmd/mailbox-server +format: + ${GO} fmt ./cmd/mailbox-server/*.go + ${GO} fmt ./pkg/rest/*.go + .PHONY: all