Merge pull request #15474 from tonistiigi/network-ui-endpoints-windows
Mark network ui endpoints unix-only
This commit is contained in:
commit
3e596da9ea
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
// +build experimental
|
||||
// +build experimental,!windows
|
||||
|
||||
package server
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
// +build !experimental
|
||||
// +build !experimental windows
|
||||
|
||||
package server
|
||||
|
||||
|
|
Loading…
Reference in a new issue