Format target

This commit is contained in:
Imbus 2024-02-28 10:34:51 +01:00
parent fef0a7d0f5
commit 47040c8dc2

View file

@ -46,5 +46,9 @@ migrate:
sqlite3 $(DB_FILE) < $$file; \
done
# Format
fmt:
$(GOCMD) fmt ./...
# Default target
default: build