aboutsummaryrefslogtreecommitdiff
path: root/tests/main.go
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-05-10 16:30:42 -0300
committerEuAndreh <eu@euandre.org>2025-05-10 16:39:34 -0300
commit2ce4f876734df9adcae7c7d3e558f8bcfd37cb52 (patch)
tree9343323c26afb6169c0ea143d516cb089aba91d9 /tests/main.go
parentMerge pull request #11 from mvo5/bugfix/fix-tests-on-linux (diff)
downloadgotext-2ce4f876734df9adcae7c7d3e558f8bcfd37cb52.tar.gz
gotext-2ce4f876734df9adcae7c7d3e558f8bcfd37cb52.tar.xz
Setup Go skeleton
Diffstat (limited to 'tests/main.go')
-rw-r--r--tests/main.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/main.go b/tests/main.go
new file mode 100644
index 0000000..d42725d
--- /dev/null
+++ b/tests/main.go
@@ -0,0 +1,7 @@
+package main
+
+import "gotext"
+
+func main() {
+ gotext.MainTest()
+}