elvish/pkg/eval/port_unix.go
Qi Xiao 0adf0ec147 Use the unix build tag.
The unix build tag is supported by Go 1.19.
2023-03-03 00:01:26 +00:00

8 lines
75 B
Go

//go:build unix
package eval
import "syscall"
var epipe = syscall.EPIPE