No functional change, as it's clearly obvious from the output. While there, also rename the generator for certifi. We are planning on merging errorsx into netxlite. The first step is to give different names to the code generating programs. See https://github.com/ooni/probe/issues/1591
38 lines
1.1 KiB
Go
38 lines
1.1 KiB
Go
// Code generated by go generate; DO NOT EDIT.
|
|
// Generated: 2021-09-07 13:05:58.31181 +0200 CEST m=+0.000981501
|
|
|
|
package errorsx
|
|
|
|
import "golang.org/x/sys/unix"
|
|
|
|
const (
|
|
ECANCELED = unix.ECANCELED
|
|
ECONNREFUSED = unix.ECONNREFUSED
|
|
ECONNRESET = unix.ECONNRESET
|
|
EHOSTUNREACH = unix.EHOSTUNREACH
|
|
ETIMEDOUT = unix.ETIMEDOUT
|
|
EAFNOSUPPORT = unix.EAFNOSUPPORT
|
|
EADDRINUSE = unix.EADDRINUSE
|
|
EADDRNOTAVAIL = unix.EADDRNOTAVAIL
|
|
EISCONN = unix.EISCONN
|
|
EFAULT = unix.EFAULT
|
|
EBADF = unix.EBADF
|
|
ECONNABORTED = unix.ECONNABORTED
|
|
EALREADY = unix.EALREADY
|
|
EDESTADDRREQ = unix.EDESTADDRREQ
|
|
EINTR = unix.EINTR
|
|
EINVAL = unix.EINVAL
|
|
EMSGSIZE = unix.EMSGSIZE
|
|
ENETDOWN = unix.ENETDOWN
|
|
ENETRESET = unix.ENETRESET
|
|
ENETUNREACH = unix.ENETUNREACH
|
|
ENOBUFS = unix.ENOBUFS
|
|
ENOPROTOOPT = unix.ENOPROTOOPT
|
|
ENOTSOCK = unix.ENOTSOCK
|
|
ENOTCONN = unix.ENOTCONN
|
|
EWOULDBLOCK = unix.EWOULDBLOCK
|
|
EACCES = unix.EACCES
|
|
EPROTONOSUPPORT = unix.EPROTONOSUPPORT
|
|
EPROTOTYPE = unix.EPROTOTYPE
|
|
)
|