Start work on a SHM implementation in Go

This commit is contained in:
Kovid Goyal
2022-12-20 09:15:26 +05:30
parent 7a1140cd03
commit d01d5297b8
9 changed files with 458 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
// License: GPLv3 Copyright: 2022, Kovid Goyal, <kovid at kovidgoyal.net>
package shm
const SHM_NAME_MAX = 30
const SHM_REQUIRED_PREFIX = ""