kittenipc/golang/lib.go
2025-10-14 16:44:06 +03:00

13 lines
118 B
Go

package kittenipc
import (
"os/exec"
)
type KittenIPC struct {
}
func New(cmd *exec.Cmd, api any) *KittenIPC {
}