Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 28/sql3 #30

Merged
merged 15 commits into from
Apr 7, 2024
15 changes: 11 additions & 4 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
version: 3
version: "3"

tasks:
default:
desc: list all
desc: List all
cmds:
- task --list-all
silent: true

tidy:
desc: Mod tidy
cmds:
- go mod tidy
silent: true

test:
desc: run go test
desc: Run tests
dir: "{{.USER_WORKING_DIR}}"
cmds:
- go test -v -count=1 {{.USER_WORKING_DIR}}/{{.CLI_ARGS}}
- go test -v -count=1 {{.CLI_ARGS}}
silent: true
5 changes: 0 additions & 5 deletions database/sql/1.up.sql

This file was deleted.

153 changes: 0 additions & 153 deletions database/sql/db.go

This file was deleted.

69 changes: 0 additions & 69 deletions database/sql/db_test.go

This file was deleted.

26 changes: 0 additions & 26 deletions database/sql/sqltest/db.go

This file was deleted.

Loading
Loading