summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-13 17:24:27 -0600
committerJeff Carr <[email protected]>2025-02-13 17:24:27 -0600
commit9a2f103589f2793461bfaa1ce446f7922306f6f0 (patch)
tree7b771cefbd0e0624c552b91c62485d77f71c3b73 /init.go
Day 1
Diffstat (limited to 'init.go')
-rw-r--r--init.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/init.go b/init.go
new file mode 100644
index 0000000..53b58d2
--- /dev/null
+++ b/init.go
@@ -0,0 +1,7 @@
+// Copyright 2025 WIT.COM Inc Licensed GPL 3.0
+
+package guipb
+
+func Init() bool {
+ return true
+}