Skip to content

Commit 3e596da

Browse files
committed
Merge pull request moby#15474 from tonistiigi/network-ui-endpoints-windows
Mark network ui endpoints unix-only
2 parents beab255 + 6e37404 commit 3e596da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build experimental
1+
// +build experimental,!windows
22

33
package server
44

api/server/server_stub.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build !experimental
1+
// +build !experimental windows
22

33
package server
44

0 commit comments

Comments
 (0)