diff options
Diffstat (limited to 'tests/functional')
-rw-r--r-- | tests/functional/extraction/gotext.go | 4 | ||||
l--------- | tests/functional/extraction/main.go | 1 | ||||
-rw-r--r-- | tests/functional/runtime/gotext.go | 4 | ||||
l--------- | tests/functional/runtime/main.go | 1 |
4 files changed, 10 insertions, 0 deletions
diff --git a/tests/functional/extraction/gotext.go b/tests/functional/extraction/gotext.go new file mode 100644 index 0000000..36d1327 --- /dev/null +++ b/tests/functional/extraction/gotext.go @@ -0,0 +1,4 @@ +package gotext + +func MainTest() { +} diff --git a/tests/functional/extraction/main.go b/tests/functional/extraction/main.go new file mode 120000 index 0000000..f67563d --- /dev/null +++ b/tests/functional/extraction/main.go @@ -0,0 +1 @@ +../../main.go
\ No newline at end of file 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 |