elvish/pkg/eval/port_unix.go
Qi Xiao d0be34c227 Run gofmt with Go 1.17.
This has created a lot of //go:build lines.
2021-08-23 00:19:49 +01:00

9 lines
126 B
Go

//go:build !windows && !plan9 && !js
// +build !windows,!plan9,!js
package eval
import "syscall"
var epipe = syscall.EPIPE