aboutsummaryrefslogtreecommitdiff
path: root/src/net/unixsock_windows_test.go
AgeCommit message (Expand)Author
2021-12-13net: create unix sockets in unique directoriesBryan C. Mills
2021-12-13net: pass a testing.TB to newLocal* helpersBryan C. Mills
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2018-10-08net: skip TestUnixConnLocalWindows on windows/armAlex Brainman
2018-10-02net: skip TestUnixConnLocalWindows on windows/386Alex Brainman
2018-08-28syscall: implement Unix Socket for WindowsYasuhiro Matsumoto