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
37 lines
1.2 KiB
Go
37 lines
1.2 KiB
Go
// Code generated by go generate; DO NOT EDIT.
|
|
// Generated: 2021-09-07 13:05:58.421578 +0200 CEST m=+0.110745959
|
|
|
|
package errorsx
|
|
|
|
import "golang.org/x/sys/windows"
|
|
|
|
const (
|
|
ECANCELED = windows.ECANCELED
|
|
ECONNREFUSED = windows.ECONNREFUSED
|
|
ECONNRESET = windows.ECONNRESET
|
|
EHOSTUNREACH = windows.EHOSTUNREACH
|
|
ETIMEDOUT = windows.ETIMEDOUT
|
|
EAFNOSUPPORT = windows.EAFNOSUPPORT
|
|
EADDRINUSE = windows.EADDRINUSE
|
|
EADDRNOTAVAIL = windows.EADDRNOTAVAIL
|
|
EISCONN = windows.EISCONN
|
|
EFAULT = windows.EFAULT
|
|
EBADF = windows.EBADF
|
|
ECONNABORTED = windows.ECONNABORTED
|
|
EALREADY = windows.EALREADY
|
|
EDESTADDRREQ = windows.EDESTADDRREQ
|
|
EINTR = windows.EINTR
|
|
EINVAL = windows.EINVAL
|
|
EMSGSIZE = windows.EMSGSIZE
|
|
ENETDOWN = windows.ENETDOWN
|
|
ENETRESET = windows.ENETRESET
|
|
ENETUNREACH = windows.ENETUNREACH
|
|
ENOBUFS = windows.ENOBUFS
|
|
ENOPROTOOPT = windows.ENOPROTOOPT
|
|
ENOTSOCK = windows.ENOTSOCK
|
|
ENOTCONN = windows.ENOTCONN
|
|
EWOULDBLOCK = windows.EWOULDBLOCK
|
|
EACCES = windows.EACCES
|
|
EPROTONOSUPPORT = windows.EPROTONOSUPPORT
|
|
EPROTOTYPE = windows.EPROTOTYPE
|
|
)
|