Files
rcw/daemon/1sharedWindows.go
T

8 lines
157 B
Go

//go:build windows
package daemon
import "path/filepath"
var socketPath = `\\.\pipe\` + filepath.Base(binPath) + `-rcwd` // store Windows named pipe path