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

Mark network ui endpoints unix-only
This commit is contained in:
David Calavera 2015-08-11 09:32:09 -05:00
commit 3e596da9ea
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