소스 검색

disable domain socket for windows

Darien Raymond 7 년 전
부모
커밋
2f74a5d048
3개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      transport/internet/domainsocket/dial.go
  2. 2 0
      transport/internet/domainsocket/listener.go
  3. 2 0
      transport/internet/domainsocket/listener_test.go

+ 2 - 0
transport/internet/domainsocket/dial.go

@@ -1,3 +1,5 @@
+// +build !windows
+
 package domainsocket
 
 import (

+ 2 - 0
transport/internet/domainsocket/listener.go

@@ -1,3 +1,5 @@
+// +build !windows
+
 package domainsocket
 
 import (

+ 2 - 0
transport/internet/domainsocket/listener_test.go

@@ -1,3 +1,5 @@
+// +build !windows
+
 package domainsocket_test
 
 import (