aboutsummaryrefslogtreecommitdiff
path: root/src/main.go
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-05-02 18:34:58 -0300
committerEuAndreh <eu@euandre.org>2025-05-02 19:10:40 -0300
commit715815e3bea7fec41a385742b0a6a8fee4c5cf99 (patch)
treee752e49b0127cae36724877174579aaff801a0c5 /src/main.go
parentWIP: Commit sh code as-is (diff)
downloadgistatic-715815e3bea7fec41a385742b0a6a8fee4c5cf99.tar.gz
gistatic-715815e3bea7fec41a385742b0a6a8fee4c5cf99.tar.xz
Switch from POSIX sh to Go
Diffstat (limited to 'src/main.go')
-rw-r--r--src/main.go7
1 files changed, 7 insertions, 0 deletions
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()
+}