summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
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..42e0b62
--- /dev/null
+++ b/init.go
@@ -0,0 +1,7 @@
+// Copyright 2025 WIT.COM Inc Licensed GPL 3.0
+
+package bugpb
+
+func Init() bool {
+ return true
+}