diff options
author | EuAndreh <eu@euandre.org> | 2024-09-17 08:01:05 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-10-20 07:39:33 -0300 |
commit | ab1795aeb8f00b61c331ac77fdc1011ec14c5253 (patch) | |
tree | 507b72b45f23f8a1bf1a1684a842fef51f1139a8 /tests/functional/custom-prefix/q.go | |
parent | Init Go project skeleton with golite init (diff) | |
download | fiinha-ab1795aeb8f00b61c331ac77fdc1011ec14c5253.tar.gz fiinha-ab1795aeb8f00b61c331ac77fdc1011ec14c5253.tar.xz |
Initial version: first implementation
Diffstat (limited to 'tests/functional/custom-prefix/q.go')
-rw-r--r-- | tests/functional/custom-prefix/q.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/functional/custom-prefix/q.go b/tests/functional/custom-prefix/q.go new file mode 100644 index 0000000..48d66d3 --- /dev/null +++ b/tests/functional/custom-prefix/q.go @@ -0,0 +1,5 @@ +package q + +func MainTest() { + // FIXME +} |