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/custom-prefix/fiinha.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/custom-prefix/fiinha.go')
| -rw-r--r-- | tests/functional/custom-prefix/fiinha.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/functional/custom-prefix/fiinha.go b/tests/functional/custom-prefix/fiinha.go new file mode 100644 index 0000000..6a3ca47 --- /dev/null +++ b/tests/functional/custom-prefix/fiinha.go @@ -0,0 +1,5 @@ +package fiinha + +func MainTest() { + // FIXME +} |
