aboutsummaryrefslogtreecommitdiff
path: root/lstrn.go
blob: 2b7aa29879194bf4b29f6f7b0f52205cb9af818c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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