From 5409f0d17026fe473b0a42264323ecb8ab78a5c5 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 13 May 2025 06:03:56 -0300 Subject: Absorb go-xgettext/main_test.go --- tests/functional/runtime/gotext.go | 4 ++++ tests/functional/runtime/main.go | 1 + 2 files changed, 5 insertions(+) create mode 100644 tests/functional/runtime/gotext.go create mode 120000 tests/functional/runtime/main.go (limited to 'tests/functional/runtime') diff --git a/tests/functional/runtime/gotext.go b/tests/functional/runtime/gotext.go new file mode 100644 index 0000000..36d1327 --- /dev/null +++ b/tests/functional/runtime/gotext.go @@ -0,0 +1,4 @@ +package gotext + +func MainTest() { +} diff --git a/tests/functional/runtime/main.go b/tests/functional/runtime/main.go new file mode 120000 index 0000000..f67563d --- /dev/null +++ b/tests/functional/runtime/main.go @@ -0,0 +1 @@ +../../main.go \ No newline at end of file -- cgit v1.2.3