github.com/apernet/sing-tun@v0.2.6-0.20240323130332-b9f6511036ad/errors_patch_nonlinux.go (about) 1 //go:build !linux 2 3 package tun 4 5 import "errors" 6 7 var errBadFd = errors.New("EBADFD placeholder (not exists on this platform)")