aboutsummaryrefslogtreecommitdiff
path: root/src/main.go
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-09-02 11:03:10 -0300
committerEuAndreh <eu@euandre.org>2024-09-12 12:06:36 -0300
commit72a43414fe6b6451d0587ad29d65129b4782a3b7 (patch)
treec795625415a0cc5b0f1a30a95b4bf465bd92b866 /src/main.go
parentInitial empty commit (diff)
downloadfiinha-72a43414fe6b6451d0587ad29d65129b4782a3b7.tar.gz
fiinha-72a43414fe6b6451d0587ad29d65129b4782a3b7.tar.xz
Init Go project skeleton with golite init
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..8d9a05e
--- /dev/null
+++ b/src/main.go
@@ -0,0 +1,7 @@
+package main
+
+import "liteq"
+
+func main() {
+ liteq.Main()
+}