Compare commits

...

2 commits

Author SHA1 Message Date
Imbus
523a211933 Merge 2024-02-28 10:36:36 +01:00
Imbus
47040c8dc2 Format target 2024-02-28 10:34:51 +01:00

View file

@ -59,5 +59,9 @@ backup:
# Restore with: # Restore with:
# gzip -cd BACKUP_FILE.sql.gz | sqlite3 $(DB_FILE) # gzip -cd BACKUP_FILE.sql.gz | sqlite3 $(DB_FILE)
# Format
fmt:
$(GOCMD) fmt ./...
# Default target # Default target
default: build default: build