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/fuzz/api-check | |
| 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/fuzz/api-check')
| -rw-r--r-- | tests/fuzz/api-check/fiinha.go (renamed from tests/fuzz/api-check/q.go) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fuzz/api-check/q.go b/tests/fuzz/api-check/fiinha.go index f8b2ab4..86801de 100644 --- a/tests/fuzz/api-check/q.go +++ b/tests/fuzz/api-check/fiinha.go @@ -1,4 +1,4 @@ -package q +package fiinha import ( "os" |
