aboutsummaryrefslogtreecommitdiff
path: root/lstrn.go
diff options
context:
space:
mode:
Diffstat (limited to 'lstrn.go')
-rw-r--r--lstrn.go12
1 files changed, 12 insertions, 0 deletions
diff --git a/lstrn.go b/lstrn.go
new file mode 100644
index 0000000..2b7aa29
--- /dev/null
+++ b/lstrn.go
@@ -0,0 +1,12 @@
+package main
+
+import "errors"
+
+var (
+ errNotSame = errors.New("shared memory size is not same as our request")
+)
+
+const (
+ client = "client"
+ server = "server"
+)

Snix LLC Git Repository Holder Copyright(C) 2022 All Rights Reserved Email To Snix.IR