diff --git a/backend/Makefile b/backend/Makefile index db8094c..2bd6895 100644 --- a/backend/Makefile +++ b/backend/Makefile @@ -59,5 +59,9 @@ backup: # Restore with: # gzip -cd BACKUP_FILE.sql.gz | sqlite3 $(DB_FILE) +# Format +fmt: + $(GOCMD) fmt ./... + # Default target default: build