Liu Song’s Projects


~/Projects/sing-tun

git clone https://code.lsong.org/sing-tun

Blob

ref
dev
path
./tun_other.go

//go:build !(linux || windows || darwin)

package tun

import (
	"os"
)

func New(config Options) (Tun, error) {
	return nil, os.ErrInvalid
}