Browse Source

Merge pull request #13271 from Microsoft/10662-nounixsocket

Windows: No unix_socket.go
Brian Goff 10 years ago
parent
commit
692b7b911e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      api/server/unix_socket.go

+ 2 - 0
api/server/unix_socket.go

@@ -1,3 +1,5 @@
+// +build linux
+
 package server
 
 import (