Merge pull request #15474 from tonistiigi/network-ui-endpoints-windows

Mark network ui endpoints unix-only
Upstream-commit: 3e596da9eaa38e2f0d2778a896f3d566c96c70eb
Component: engine
This commit is contained in:
David Calavera
2015-08-11 09:32:09 -05:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// +build experimental
// +build experimental,!windows
package server

View File

@ -1,4 +1,4 @@
// +build !experimental
// +build !experimental windows
package server