From 715815e3bea7fec41a385742b0a6a8fee4c5cf99 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 2 May 2025 18:34:58 -0300 Subject: Switch from POSIX sh to Go --- tests/main.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/main.go (limited to 'tests/main.go') diff --git a/tests/main.go b/tests/main.go new file mode 100644 index 0000000..1813ee8 --- /dev/null +++ b/tests/main.go @@ -0,0 +1,7 @@ +package main + +import "gistatic" + +func main() { + gistatic.MainTest() +} -- cgit v1.2.3