Compare commits

..

No commits in common. "523a211933993c99a6068b1294f571812dcd3432" and "2349fad4f49ef8ee934855d7f4f2fc313a22c297" have entirely different histories.

View file

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