We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I'm seeing a build failure on FreeBSD:
github.com/zaquestion/lab/cmd # github.com/zaquestion/lab/cmd cmd/util_unix.go:33:9: undefined: syscall.Dup3
Yes, the dup3 syscall exists, but I think you can't access it from go via syscall. I think you have to use x/sys/unix Syscall()
syscall
x/sys/unix