Skip to content

Commit 9cbe10e

Browse files
committed
sockets: add missing build tags
level=error msg="[linters context] typechecking error: D:\\a\\go-connections\\go-connections\\sockets\\unix_socket_test.go:41:12: undeclared name: NewUnixSocket" level=error msg="[linters context] typechecking error: D:\\a\\go-connections\\go-connections\\sockets\\unix_socket_test.go:54:12: undeclared name: NewUnixSocketWithOpts" level=error msg="[linters context] typechecking error: D:\\a\\go-connections\\go-connections\\sockets\\unix_socket_test.go:54:40: undeclared name: WithChown" level=error msg="[linters context] typechecking error: D:\\a\\go-connections\\go-connections\\sockets\\unix_socket_test.go:54:61: undeclared name: WithChmod" level=error msg="[linters context] typechecking error: D:\\a\\go-connections\\go-connections\\sockets\\unix_socket_test.go:66:35: Stat_t not declared by package syscall" Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 13b326b commit 9cbe10e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sockets/unix_socket_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// +build !windows
2+
13
package sockets
24

35
import (

0 commit comments

Comments
 (0)