aboutsummaryrefslogtreecommitdiff
path: root/src/gotext.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/gotext.go')
-rw-r--r--src/gotext.go19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/gotext.go b/src/gotext.go
new file mode 100644
index 0000000..6c3d9fe
--- /dev/null
+++ b/src/gotext.go
@@ -0,0 +1,19 @@
+package gotext
+
+import (
+)
+
+
+
+/*
+#define _XOPEN_SOURCE 700
+#include <libintl.h>
+*/
+import "C"
+
+const (
+ _ = C.int(1)
+)
+
+func Main() {
+}