feat: add Lingma IPC proxy service

This commit is contained in:
coolxll
2026-03-25 21:35:19 +08:00
commit 585c3ba5ab
8 changed files with 1614 additions and 0 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module lingma-ipc-proxy
go 1.25.0
require (
github.com/Microsoft/go-winio v0.6.2 // indirect
golang.org/x/sys v0.10.0 // indirect
)