From 2ce4f876734df9adcae7c7d3e558f8bcfd37cb52 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 10 May 2025 16:30:42 -0300 Subject: Setup Go skeleton --- tests/functional/api-usage/gotext.go | 4 ++++ tests/functional/api-usage/main.go | 1 + 2 files changed, 5 insertions(+) create mode 100644 tests/functional/api-usage/gotext.go create mode 120000 tests/functional/api-usage/main.go (limited to 'tests/functional/api-usage') diff --git a/tests/functional/api-usage/gotext.go b/tests/functional/api-usage/gotext.go new file mode 100644 index 0000000..36d1327 --- /dev/null +++ b/tests/functional/api-usage/gotext.go @@ -0,0 +1,4 @@ +package gotext + +func MainTest() { +} diff --git a/tests/functional/api-usage/main.go b/tests/functional/api-usage/main.go new file mode 120000 index 0000000..f67563d --- /dev/null +++ b/tests/functional/api-usage/main.go @@ -0,0 +1 @@ +../../main.go \ No newline at end of file -- cgit v1.2.3