From ab1795aeb8f00b61c331ac77fdc1011ec14c5253 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 17 Sep 2024 08:01:05 -0300 Subject: Initial version: first implementation --- tests/functional/custom-prefix/q.go | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/functional/custom-prefix/q.go (limited to 'tests/functional/custom-prefix/q.go') 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 +} -- cgit v1.2.3