From 2ce4f876734df9adcae7c7d3e558f8bcfd37cb52 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 10 May 2025 16:30:42 -0300 Subject: Setup Go skeleton --- src/gotext.go | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/gotext.go (limited to 'src/gotext.go') 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 +*/ +import "C" + +const ( + _ = C.int(1) +) + +func Main() { +} -- cgit v1.2.3