5 lines
65 B
Go
5 lines
65 B
Go
// +build windows
|
|
|
|
package main
|
|
|
|
var socketPath = "C:\\foo.sock"
|