Compare commits
2 commits
2349fad4f4
...
523a211933
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
523a211933 | ||
|
|
47040c8dc2 |
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue