mirror of https://github.com/status-im/consul.git
build: add missing build tags
This commit is contained in:
parent
58c1227dc8
commit
b97ab92d87
|
@ -1,3 +1,5 @@
|
||||||
|
// +build linux freebsd solaris openbsd darwin
|
||||||
|
|
||||||
package agent
|
package agent
|
||||||
|
|
||||||
const DefaultDockerHost = "unix:///var/run/docker.sock"
|
const DefaultDockerHost = "unix:///var/run/docker.sock"
|
||||||
|
|
Loading…
Reference in New Issue