diff options
Diffstat (limited to 'src/net/interface.go')
| -rw-r--r-- | src/net/interface.go | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/net/interface.go b/src/net/interface.go index 5ae3a3a149..3cf52c5371 100644 --- a/src/net/interface.go +++ b/src/net/interface.go @@ -18,16 +18,6 @@ import ( // BUG(mikio): On AIX, DragonFly BSD, NetBSD, OpenBSD, Plan 9 and // Solaris, the MulticastAddrs method of Interface is not implemented. -// errNoSuchInterface should be an internal detail, -// but widely used packages access it using linkname. -// Notable members of the hall of shame include: -// - github.com/sagernet/sing -// -// Do not remove or change the type signature. -// See go.dev/issue/67401. -// -//go:linkname errNoSuchInterface - var ( errInvalidInterface = errors.New("invalid network interface") errInvalidInterfaceIndex = errors.New("invalid network interface index") |
