sing-box/experimental/libbox/service_windows.go
2023-04-07 21:10:16 +08:00

8 lines
96 B
Go

package libbox
import "os"
func dup(fd int) (nfd int, err error) {
return 0, os.ErrInvalid
}