Compare commits
No commits in common. "523a211933993c99a6068b1294f571812dcd3432" and "2349fad4f49ef8ee934855d7f4f2fc313a22c297" have entirely different histories.
523a211933
...
2349fad4f4
1 changed files with 0 additions and 4 deletions
|
@ -59,9 +59,5 @@ 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
|
||||||
|
|
Loading…
Reference in a new issue