run:
go run cmd/api/main.go
test:
go test ./...
db.up:
goose -dir db/migrations sqlite3 kanpeki.db up
db.rm:
rm kanpeki.db
db.reset: db.rm db.up