9 lines
125 B
Go
9 lines
125 B
Go
//go:build darwin
|
|
|
|
package applehv
|
|
|
|
const (
|
|
localhostURI = "http://localhost"
|
|
ignitionSocketName = "ignition.sock"
|
|
)
|