gluetun/internal/tun/check_unspecified.go
2023-05-29 09:36:29 +00:00

8 lines
112 B
Go

//go:build !linux && !darwin
package tun
func (t *Tun) Check(path string) error {
panic("not implemented")
}