Code now runs on Linux for local files

I still need to add the support for message broadcasting tho, it should
not be that hard
This commit is contained in:
2024-10-28 12:15:16 +00:00
parent d48a6fa24a
commit 78a2512410
5 changed files with 15 additions and 6 deletions
+3
View File
@@ -1,3 +1,6 @@
//go:build windows && cgo
// +build windows,cgo
package sharedMem
import (