summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authordemo <demo@antix1>2026-05-23 09:00:38 -0400
committerdemo <demo@antix1>2026-05-23 09:00:38 -0400
commitee3b576ba30177f89bcb558fb588b3380caf1f95 (patch)
tree4170a73f2b631848c8574b580e32a29dfaeb9e9b /main.go
parentc43b8afcd63446021334669f5a246cfb0b637fd3 (diff)
feat: create empty main.go
Diffstat (limited to 'main.go')
-rw-r--r--main.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/main.go b/main.go
new file mode 100644
index 0000000..7905807
--- /dev/null
+++ b/main.go
@@ -0,0 +1,5 @@
+package main
+
+func main() {
+
+}