diff options
author | EuAndreh <eu@euandre.org> | 2024-11-02 04:37:56 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-11-02 04:38:10 -0300 |
commit | 998fb21fd382069a3e7df03427d9369867aad296 (patch) | |
tree | 97ea6ac0d3bd155b3d449b58b3fe7627b71caa75 /tests/functional/idempotency/q.go | |
parent | src/q.go: Fix SQLite ~broken~ transactions (diff) | |
download | fiinha-998fb21fd382069a3e7df03427d9369867aad296.tar.gz fiinha-998fb21fd382069a3e7df03427d9369867aad296.tar.xz |
Rename "q" -> "fiinha"
azĂȘ fiinha
Diffstat (limited to 'tests/functional/idempotency/q.go')
-rw-r--r-- | tests/functional/idempotency/q.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/functional/idempotency/q.go b/tests/functional/idempotency/q.go deleted file mode 100644 index 48d66d3..0000000 --- a/tests/functional/idempotency/q.go +++ /dev/null @@ -1,5 +0,0 @@ -package q - -func MainTest() { - // FIXME -} |