mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-04 02:37:50 +08:00
0adf0ec147
The unix build tag is supported by Go 1.19.
8 lines
75 B
Go
8 lines
75 B
Go
//go:build unix
|
|
|
|
package eval
|
|
|
|
import "syscall"
|
|
|
|
var epipe = syscall.EPIPE
|