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 --- src/main.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/main.go (limited to 'src/main.go') diff --git a/src/main.go b/src/main.go new file mode 100644 index 0000000..2edb2fc --- /dev/null +++ b/src/main.go @@ -0,0 +1,7 @@ +package main + +import "gistatic" + +func main() { + gistatic.Main() +} -- cgit v1.2.3