5 lines
64 B
Go
5 lines
64 B
Go
// +build !windows
|
|
|
|
package main
|
|
|
|
var socketPath = "./foo.sock"
|