-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Closed
Labels
Milestone
Description
What version of Go are you using (go version)?
$ go version go version go1.15 linux/s390x
Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (go env)?
N/A
What did you do?
I try to use AF_IUCV with unix.Connect.
However there is no equivalent to sockaddr_iucv, and the interfaces are private so I cannot create one myself.
What did you expect to see?
A SockaddrIUCV structure that allows me to use AF_IUCV.
What did you see instead?
An impossible scenario where I need to use unix.Syscall directly instead.
Reactions are currently unavailable