From 811222b945cb03173cc352ff989b95935849f7ff Mon Sep 17 00:00:00 2001 From: Sina Ghaderi Date: Wed, 9 Mar 2022 21:44:04 +0000 Subject: readme update --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index c4677ff..c234507 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,6 @@ # gosema gosema is a simple ipc sysv implementation with golang, nothing fancy.. -gosema use golang/x/sys/unix package and use linux kernel [ipc(2)](https://man7.org/linux/man-pages/man2/ipc.2.html) and [shmget(2)](https://man7.org/linux/man-pages/man2/shmget.2.html), [semctl(2)](https://man7.org/linux/man-pages/man2/semctl.2.html) and other linux ipc handlers +gosema use golang/x/sys/unix package and linux kernel [ipc(2)](https://man7.org/linux/man-pages/man2/ipc.2.html), [shmget(2)](https://man7.org/linux/man-pages/man2/shmget.2.html), [semctl(2)](https://man7.org/linux/man-pages/man2/semctl.2.html) and other linux ipc handlers autor: sina@snix.ir -- cgit v1.2.3