mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Mark network ui endpoints unix-only
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
parent
ca8f24679e
commit
6e3740450d
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
// +build experimental
|
// +build experimental,!windows
|
||||||
|
|
||||||
package server
|
package server
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// +build !experimental
|
// +build !experimental windows
|
||||||
|
|
||||||
package server
|
package server
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue